title: Matemáticas III: Portafolio

Portafolio

Primer Parcial

Guía del Parcial

Operaciones con matrices

1. Sea A=(113526213)A = \begin{pmatrix} 1 & 1 & 3 \\ 5 & 2 & 6\\ -2 & -1& -3\end{pmatrix}, aproxime cos2A\cos{2A} con una serie de Maclaurin
2A=(22610412426) 2A = \begin{pmatrix} 2 & 2 & 6 \\ 10 & 4 & 12 \\ -4 & -2 & -6 \end{pmatrix} \\ A2=A×A=(22610412426)×(22610412426)=(0001212364412) A^2 = A\times A = \begin{pmatrix} 2 & 2 & 6 \\ 10 & 4 & 12 \\ -4& -2 &-6 \end {pmatrix} \times \begin{pmatrix} 2 & 2 & 6 \\ 10 & 4 & 12 \\ -4& -2 &-6 \end {pmatrix} = \begin{pmatrix} 0&0&0&\\12&12&36\\-4&-4&-12 \end {pmatrix} A4=A2×A2=(0001212364412)×(0001212364412)=(000000000) A^4 = A^2\times A^2 = \begin{pmatrix} 0&0&0&\\12&12&36\\-4&-4&-12 \end {pmatrix} \times \begin{pmatrix} 0&0&0&\\12&12&36\\-4&-4&-12 \end {pmatrix} = \begin{pmatrix} 0&0&0\\0&0&0&\\0&0&0&\end {pmatrix} A6=A4×A2=(000000000)×(0001212364412)=(000000000) A^6 = A^4 \times A^2 = \begin{pmatrix} 0&0&0\\0&0&0&\\0&0&0&\end {pmatrix} \times \begin{pmatrix} 0&0&0&\\12&12&36\\-4&-4&-12 \end {pmatrix} = \begin{pmatrix} 0&0&0\\0&0&0\\0&0&0 \end {pmatrix} cos(2A)=12A22!+2A44!2A66!=12((0001212364412))2!+2((000000000))4!2((000000000))6!=1((0006618226)+(000000000)+(000000000))=1(0006618226) cos(2A) = 1 - \frac{2A^2}{2!} + \frac{2A^4}{4!} - \frac{2A^6}{6!} = 1 - \frac{2\left(\begin{pmatrix} 0&0&0&\\12&12&36\\-4&-4&-12 \end {pmatrix}\right)}{2!} + \frac{2\left(\begin{pmatrix} 0&0&0\\0&0&0&\\0&0&0&\end {pmatrix}\right)}{4!} - \frac{2\left(\begin{pmatrix} 0&0&0\\0&0&0\\0&0&0 \end {pmatrix}\right)}{6!} \\= 1-\left(\begin{pmatrix} 0&0&0\\6&6&18\\-2&-2&-6\end{pmatrix} + \begin{pmatrix} 0&0&0\\0&0&0\\0&0&0\end {pmatrix}+ \begin{pmatrix} 0&0&0\\0&0&0\\0&0&0\end {pmatrix}\right) \\ = 1- \begin{pmatrix} 0&0&0\\6&6&18\\-2&-2&-6\end{pmatrix}
2. Sea A=(1221x0231)A = \begin{pmatrix} -1 & 2& 2&\\1 & x & 0\\2&3&1\end{pmatrix} y B=(31103120x)B = \begin{pmatrix}3&-1&1\\0&-3&1\\-2&0&x \end{pmatrix}. ¿Cuál es el valor de xx para que Traza(A3I3+BT)=13Traza(A-3I_3+B^T) = 13?
I3=(100010001) I_3 = \begin{pmatrix}1&0&0\\0&1&0\\0&0&1\end{pmatrix} A3I3+BT=(1221x0231)3(10001000)+(30213011x)=(1200x6034x2) A-3I_3+B^T = \begin{pmatrix} -1 & 2& 2&\\1 & x & 0\\2&3&1\end{pmatrix} - 3\begin{pmatrix}1&0&0\\0&1&0\\0&0&\end{pmatrix} + \begin{pmatrix}3&0&-2\\-1&-3&0\\1&1&x\end{pmatrix} = \begin{pmatrix}-1&2&0\\0&x-6&0\\3&4&x-2\end{pmatrix} Traza((1200x6034x2))1+x+6+x2=132x9=132x=22x=11 Traza(\begin{pmatrix}-1&2&0\\0&x-6&0\\3&4&x-2\end{pmatrix}) \rightarrow \begin{align*} -1+x+6+x-2 = 13\\ 2x-9=13\\ 2x=22\\ x = 11 \end{align*}
3. Dada la matriz A=(172058)A= \begin{pmatrix} -1&7&2\\0&-5&8 \end{pmatrix}, determine una matrix BB yal que BA=(390401)BA = \begin{pmatrix} -3 & 9 & 0 \\ 4 & 0 & 1 \end{pmatrix}
B=(BA)A1=(390401) B = (BA)A^{-1} = \begin{pmatrix} -3 & 9 & 0 \\ 4 & 0 & 1 \end{pmatrix}
4. Encuentre las matrices AA y BB que resuelven el sistema {2A+B=(1460)A3B=(2134)\begin{cases} 2A + B = \begin{pmatrix} 1 & -4 \\ 6 & 0 \end{pmatrix} \\ A -3B = \begin{pmatrix} -2 & 1 \\ 3 & -4 \end{pmatrix} \end{cases}
2A+B[1460]2A6B[4262]5B[32122]B=[352512525]A=[15115215145] 2A + B \rightarrow \begin{bmatrix}1&-4\\6&0\end{bmatrix} - 2A-6B\rightarrow\begin{bmatrix}-4&2\\6&-2\end{bmatrix} \\ \therefore \\ -5B \rightarrow\begin{bmatrix} -3&-2\\12&-2 \end{bmatrix} \therefore B = \begin{bmatrix} \frac{3}{5} & \frac{2}{5} \\ -\frac{12}{5} & \frac{2}{5} \end{bmatrix} \\ \therefore \\ A = \begin{bmatrix} -\frac{1}{5} & \frac{11}{5} \\ -\frac{21}{5} & -\frac{14}{5} \end{bmatrix}
5. Si A=(2k163)A = \begin{pmatrix} 2 & k-1 \\ 6 & 3 \end{pmatrix} y P(x)=x3+x215kxP(x) = x^3 + x^2 - 15kx. Halle el valor de kk, tal que AA sea un cero de P(x)P(x)

Tipos de Matrices

6. Halle los valores de a,b,ca,b,c tal que la matriz B=(2a2b2a+b+c35a+b027)B = \begin{pmatrix}2&a-2b&2a+b+c\\3&5&a+b\\0&-2&7 \end{pmatrix} sea simétrica
BT=(230a2b522a+b+ca+b7)92b=329+b+c=0a+b=2b=53a=13c=73 B^T = \begin{pmatrix} 2 & 3 & 0 \\ a -2b & 5 & -2 \\ 2a+b+c & a+b & 7 \end{pmatrix} \\ \begin{align*} 9-2b=3\\ 29+b+c=0\\ a+b=-2 \end{align*} \rightarrow \begin{align*} b = -\frac{5}{3}\\ a = -\frac{1}{3}\\ c = \frac{7}{3} \end{align*}
7. Proponga una matriz, para cada inciso, que cumpla con la propiedad que se indica
A. Una matriz cuadrada NN se dice nilpotente si existe un número natural kk tal que Nk=0N^k = 0
N=[0100]K=2NKN2=0 N = \begin{bmatrix} 0 & 1 \\ 0 & 0 \end{bmatrix} \\ K = 2 \rightarrow N^K \rightarrow N^2 = 0
B. El producto de dos matrices triangulares inferiores diferentes es una matriz triangular inferior
A=[1021],B=[2034]AB=[2074] A = \begin{bmatrix} 1 & 0 \\ 2 & 1 \end{bmatrix} , B = \begin{bmatrix} 2 & 0 \\ 3 & 4 \end{bmatrix} \\ AB = \begin{bmatrix} 2 & 0\\7&4 \end{bmatrix}
C. Dos matrices triangulares superiores diferentes que conmutan
A=[2301].B=[1402]A×B=B×A[2301]×[1402]=[1402]×[2301][21402]=[2702] A = \begin{bmatrix} 2 & 3\\0 &1 \end{bmatrix}. B = \begin{bmatrix} 1 & 4 \\ 0 & 2 \end{bmatrix} \\ A\times B = B\times A \rightarrow \begin{bmatrix} 2 & 3\\0 &1 \end{bmatrix} \times \begin{bmatrix} 1 & 4 \\ 0 & 2 \end{bmatrix} = \begin{bmatrix} 1 & 4 \\ 0 & 2 \end{bmatrix} \times \begin{bmatrix} 2 & 3\\0 &1 \end{bmatrix} \rightarrow \begin{bmatrix} 2&14\\0&2 \end{bmatrix} = \begin{bmatrix} 2&-7\\0&2 \end{bmatrix}
D. Una matriz idempotente y una matriz involutiva son aquellas tales que A2=AA^2 = A y A2=IA^2 = I
 Idempotente =A=[1000] Involutiva =B=[0110] \text{ Idempotente } = A = \begin{bmatrix} 1&0\\0&0 \end{bmatrix} \\ \text{ Involutiva } = B = \begin{bmatrix} 0&1\\1&0 \end{bmatrix} A2=[1000]B2=[1001]A2=AA2=I A^2 = \begin{bmatrix} 1&0\\0&0 \end{bmatrix}\\ B^2 = \begin{bmatrix} 1&0\\0&1 \end{bmatrix}\\ A^2 = A \\ A^2 = I

Determinantes

8. Calcule el determinante de A=[35610]A = \begin{bmatrix} 3&-5\\-6&10\end{bmatrix}, B=[456052003]B = \begin{bmatrix}4&5&6\\0&5&-2\\0&0&-3\end{bmatrix}, y C=[61586300743100500]C = \begin{bmatrix}6&-1&-5&-8\\6&3&0&0\\-7&4&3&10\\0&5&0&0\end{bmatrix}
A=(10)(3)(6)(5)=3030=0; |A| = (10)(3)-(-6)(-5) = 30-30 = 0; B=(60+0+0)(0+0+0)=600=60 |B| = (-60+0+0) - (0+0+0) = -60-0 = -60 C=(1)1+163004310500+(1)2+16158431050+(1)3+1(7)158300500=1831060+(24)0000+3000310+631000+245800+(30)58310+70000+215800+(35)5800=780 |C| = (-1)^{1+1}6\begin{vmatrix}3&0&0\\4&3&10\\5&0&0\end{vmatrix} + (-1)^{2+1}6\begin{vmatrix}-1&-5&-8\\4&3&10\\5&0&\end{vmatrix}+ (-1)^{3+1}(-7)\begin{vmatrix}-1&-5&-8\\3&0&0\\5&0&0\end{vmatrix} \\ = 18 \begin{vmatrix}3&10\\6&0\end{vmatrix} + (-24)\begin{vmatrix}0&0\\0&0\end{vmatrix} + 30\begin{vmatrix}0&0\\3&10\end{vmatrix} + 6\begin{vmatrix}3&10\\0&0\end{vmatrix} + 24\begin{vmatrix}-5&-8\\0&0\end{vmatrix} \\+(-30)\begin{vmatrix}-5&-8\\3&10\end{vmatrix}+7\begin{vmatrix}0&0\\0&0\end{vmatrix}+21\begin{vmatrix}-5&-8\\0&0\end{vmatrix}+(-35)\begin{vmatrix}-5&-8\\0&0\end{vmatrix} \\ = 780
9. Calcule el valor de xx para que el valor del determinante sea 217-217.
A=(2456733x2) A = \begin{pmatrix} -2 & 4 & 5 \\ 6 & 7 & -3 \\ 3 & x & 2 \end{pmatrix} A217=2836+30x(48)(6x)(105)24x217=21724x=0x=0; |A| \rightarrow -217 = -28 - 36 + 30x - (-48) - (-6x) - (105) \rightarrow 24x - 217 = -217 \rightarrow 24x = 0 \\\therefore\\ x = 0;
10. Calcule el determinante de las siguientes matrices usando las propiedades:
A. [42126]\begin{bmatrix}4 & -2 \\ -12 & 6\end{bmatrix}
A=(4×6)(12×2)=2424=0 |A| = (4\times6) - (-12\times -2) = 24-24 = 0
B. [790230450]\begin{bmatrix}7 & 9& 0\\-2&3&0\\4&5&0\end{bmatrix}
B=0Una columna es 0 |B| = 0 \because \text{Una columna es 0}
C. [233230450]\begin{bmatrix}2&3&-3\\-2&3&0\\4&5&0\end{bmatrix}
C=(2×1×9)+(3×6×6)+(3×4×2)(6×1×3)(2×6×2)(9×4×3)=0 |C| = (2\times1\times-9) + (3\times6\times6) + (-3\times-4\times2) - (6\times1\times-3) - (2\times6\times2) - (-9\times-4\times3) = 0
D. [1000310025202114]\begin{bmatrix}1&0&0&0\\3&-1&0&0\\2&5&2&0\\2&1&1&4\end{bmatrix}
D=1×1×2×4=8Al ser triangular inferior, es la multiplicacioˊn de su diagonal |D| = 1\times-1\times2\times4 = -8 \because \text{Al ser triangular inferior, es la multiplicación de su diagonal}
11. Sabiendo que AA y BB son matrices de tamaño 3×33\times3 y que A=3|A| = 3 y B=2|B| = -2, calcule los siguientes determinantes
A. AB|AB|
AB=AB=6 |AB| = |A||B| = -6
B. AAT|AA^T|
AT=AAAT=A2=9 |A^T| = |A| \therefore |AA^T| = |A|^2 = 9
C. ATB|A^TB|
AT=AATB=AB=6 |A^T| = |A| \therefore |A^TB| = |AB| = -6
D. 3A2B|3A^2B|
An=An3A2B=3A2B=54 |A^n| = |A|^n \therefore |3A^2B| = 3|A^2B| = -54
E. 2AB1|2AB^{-1}|
B1=B12AB1=2AB=3 |B^{-1}| = |B|^{-1} \therefore |2AB^{-1}| = \frac{|2A|}{|B|} = -3
F. (A2B1)T|(A^2B^{-1})^T|
92 \frac{9}{2}
12. Sean AA y BB dos matrices de tamaño 2×22\times2. Si B=8|B| = 8 y 4A2B1=50|4A^2B^{-1}| = 50, use las propiedades de los determinantes para encontrar el valor de A|A|.
4A2B1=5016AAB1=502A2=50A2=25A=5 |4A^2B^{-1}| = 50 \rightarrow 16|A||A||B^{-1}| = 50 \rightarrow 2|A^2| = 50 \rightarrow |A^2| = 25 \rightarrow |A| = 5

Inversa de una matriz

13. Determine para que valores de aa las siguientes matrices son regulares:
A=(aa1a+11+2+32aa+3a+7)A = \begin{pmatrix}-a & a-1 & a + 1 \\ 1 + 2 +3 \\2-a & a+3 & a+7\end{pmatrix}
A=28+aa=28 |A| = 28+a \therefore a = -28 A=282929123302521=4760 |A| = \begin{vmatrix} 28&-29&29\\ 1&2&3\\ 30&-25&-21 \end{vmatrix} = -4760
B=(a+32aa+302a00a4)B = \begin{pmatrix}a+3 & 2a & a+3 \\ 0& 2&a\\0&0&a-4\end{pmatrix}
B=2a22a24a={a=3a=4 |B| = 2a^2 - 2a - 24 \therefore a = \begin{cases} a = -3\\ a = 4 \end{cases} B1=060023007=0=No regular |B_1| = \begin{vmatrix} 0&-6&0\\0&2&-3\\0&0&-7 \end{vmatrix} = 0 = \text{No regular} B2=787024000=0=No regular |B_2| = \begin{vmatrix} 7&8&7\\ 0&2&4\\ 0&0&0 \end{vmatrix} = 0 = \text{No regular}
14. Determine el valor de xx para que la matriz A=(x+221x+1)A = \begin{pmatrix}x+2 & 2 \\1 & x+1\end{pmatrix} sea singular.
A=x2+3x={x=0x=3 |A| = x^2+3x = \begin{cases} x = 0\\ x = -3 \end{cases} A1=2211=0=Singular |A_1| = \begin{vmatrix} 2&2\\1&1 \end{vmatrix} = 0 = \text{Singular} A2=1212=0=Singular |A_2| = \begin{vmatrix} -1&2\\1&-2 \end{vmatrix} = 0 = \text{Singular}
15. Encuentre a la adjunta de cada una de las siguientes matrices. Use a la adjunta para determinar la inversa de las matrices, si es posible.
A=(2312)A = \begin{pmatrix}2&-3\\-1&2\end{pmatrix}
Adj(A)=AT×1 En su diagonal=[2312] Adj(A) = A^T \times -1 \text{ En su diagonal} = \begin{bmatrix} 2&3\\1&2 \end{bmatrix} A1=11[2312]=[2312] A^{-1} = \frac{1}{1}\begin{bmatrix} 2&-3\\-1&2 \end{bmatrix} = \begin{bmatrix} 2&-3\\-1&2 \end{bmatrix}
B=(134257011)B = \begin{pmatrix}1&-3&4\\2&-5&7\\0&-1&1\end{pmatrix}
B=0Es imposible sacar su inversa |B| = 0 \therefore \text{Es imposible sacar su inversa}
C=(102213418)C = \begin{pmatrix}1&0&2\\2&-1&3\\4&1&8\end{pmatrix}
C=1 |C| = 1 adj(C)=[1146201211] adj(C) = \begin{bmatrix} -11&-4&6\\2&0&-1\\2&1&-1 \end{bmatrix} C1=11[1146201211]T=[1122401611] C^{-1} = \frac{1}{1}\begin{bmatrix} -11&-4&6\\2&0&-1\\2&1&-1 \end{bmatrix}^T = \begin{bmatrix} -11&2&2\\-4&0&1\\6&-1&-1 \end{bmatrix}
16. Sabiendo que AAB=IAAB = I si B=A1B = A^{-1}, use este teorema para hallar lo que se pide:
A. Sea A=(1111)A = \begin{pmatrix}1&1\\-1&1\end{pmatrix}, encuentre, si es posible, a la matriz BB.
A=2A1=12[1111]=[12121212]=B |A| = 2 \therefore A^{-1} = \frac{1}{2}\begin{bmatrix} 1&-1\\1&1 \end{bmatrix} = \begin{bmatrix} \frac{1}{2} & -\frac{1}{2} \\ \frac{1}{2} & \frac{1}{2} \end{bmatrix} = B
B. Muestre que la matriz A=(3423)A = \begin{pmatrix}3&4\\-2&-3\end{pmatrix} es su propia inversa.
A=1 |A| = -1 A1=11(3423)=(3423) A^{-1} = -\frac{1}{1}\begin{pmatrix}3&-4\\2&-3\end{pmatrix} = \begin{pmatrix}3&4\\-2&-3\end{pmatrix}
17. Encuentre una matriz AA, de tal manera que se cumpla la siguiente condición: A(2312)=(340034)A\begin{pmatrix}2&3\\1&2\end{pmatrix} = \begin{pmatrix}\frac{3}{4} & 0 \\ 0 & \frac{3}{4}\end{pmatrix}.
B=[2312],C=[340034] B = \begin{bmatrix} 2&3\\1&2 \end{bmatrix}, C = \begin{bmatrix} \frac{3}{4} & 0 \\ 0 & \frac{3}{4} \end{bmatrix} AB=C(AB)B1=ACB1B1=[2312]CB1=[32943432] AB = C \therefore (AB)B^{-1} = A \rightarrow CB^{-1} \\ B^{-1} = \begin{bmatrix} 2 & -3 \\ -1 & 2 \end{bmatrix} \rightarrow CB^{-1} = \begin{bmatrix} \frac{3}{2} & -\frac{9}{4} \\ -\frac{3}{4} & \frac{3}{2} \end{bmatrix}
18. Si A=(1314160141201412)A = \begin{pmatrix} \frac{1}{3} & -\frac{1}{4} & -\frac{1}{6} \\ 0 & \frac{1}{4} & \frac{1}{2} \\ 0 & \frac{1}{4} & -\frac{1}{2}\end{pmatrix}, halle a la matriz BB, tal que AB=(210453197)AB = \begin{pmatrix}2&-1&0\\4&5&-3\\1&9&7\end{pmatrix}.
B=A1(AB) B = A^{-1}(AB) A1=1A[C11C13C31C33]=12(1416112016160112112)=(321022011) A^{-1} = \frac{1}{|A|} \begin{bmatrix}C_{11} &\dots& C_{13} \\ \vdots &\ddots & \vdots \\ C_{31} & \dots & C_{33} \end{bmatrix} = -12\begin{pmatrix}\frac{1}{4} & -\frac{1}{6} & -\frac{1}{12} \\ 0 & -\frac{1}{6} & - \frac{1}{6} \\ 0& -\frac{1}{12} & \frac{1}{12}\end{pmatrix} = \begin{pmatrix}3&2&1\\0&2&2\\0&1&-1\end{pmatrix} B=A1(AB)=(321022011)(210453197)=(210453197) B = A^{-1}(AB) = \begin{pmatrix} 3&2&1\\0&2&2\\0&1&-1 \end{pmatrix} \begin{pmatrix} 2&-1&0\\4&5&-3\\1&9&7 \end{pmatrix} = \begin{pmatrix} 2&-1&0\\4&5&-3\\1&9&7 \end{pmatrix}

Reducción de matrices y sistemas de ecuaciones lineales

19. Las siguientes matrices aumentadas se encuentran parcialmente reducidas. Sin hacer cálculos, argumente el tipo de solución que tienen los sistemas de ecuaciones que representan a tales matrices.
A. (120402130426)\left(\begin{array}{rrr|r}1&2&0&4\\0&2&-1&3\\0&4&-2&6\end{array}\right)

El sistema es consistente con soluciones infinitas, esto se debe a que sus ecuaciones son linealmente dependientes.

B. (1234524689)\left(\begin{array}{rrrr|r}1&2&3&4&5\\2&4&6&8&9\end{array}\right)

El sistema es consistente con soluciones infinitas, esto se debe a que sus ecuaciones son inconsistentes.

C. (1213041204120025)\left(\begin{array}{rrr|r}1&2&-1&3\\0&4&1&2\\0&4&1&2\\0&0&2&5\end{array}\right)

El sistema es consistente con soluciones infinitas, esto se debe a que sus ecuaciones son linealmente dependientes.

20. Resuelva los siguientes sistemas lineales con Gauss-Jordan
A.
x2y+3x=2x3y+6z=63x7x+12z=2 \begin{align*}x-2y+3x=2\\x-3y+6z=6\\3x-7x+12z=2 \end{align*} [1232136637122]R2R1+R2R33R1+R3[123201340134]R2R2[123201340134]R12R2+R1R3R2+R3[103201340008] \left[ \begin{array}{rrr|r} 1&-2&3&2\\1&-3&6&6\\3&-7&12&2 \end{array} \right] \overrightarrow{ \begin{align*} R_2 \rightarrow -R_1 + R_2 \\ R_3 \rightarrow -3R_1 + R_3 \end{align*} } \\ \left[ \begin{array}{rrr|r} 1&-2&3&2\\0&-1&3&4\\0&-1&3&-4 \end{array} \right] \overrightarrow{ \begin{align*} R_2 \rightarrow -R_2 \end{align*} } \\ \left[ \begin{array}{rrr|r} 1&-2&3&2\\0&1&-3&-4\\0&-1&3&-4 \end{array} \right] \overrightarrow{ \begin{align*} R_1 \rightarrow 2R_2+R_1 \\ R_3 \rightarrow R_2 + R_3 \end{align*} } \\ \left[ \begin{array}{rrr|r} 1&0&-3&2\\0&1&-3&-4\\ 0&0&0&-8 \end{array} \right] x3z=2y3z=4 \begin{align*} x-3z = 2\\ y -3z = -4 \end{align*}

El sistema no tiene solución.

B.
x+y+2z=72x2y+z=93x+y3z=4x+2y+z=1 \begin{align*} x+y+2z=7\\2x-2y+z=9\\3x+y-3z=-4\\-x+2y+z=-1 \end{align*} [1127221931341211]R22R1+R2R33R1+R3R4R1+R2[11270135029250336]R214R2[1127013454029250336]R1R2+R4R32R2+R3R4R2+R4[105423401345400152452003494]R3152R3[10542340134540016758003494]R154R3+R1R234R3+R2R434+R4 \left[ \begin{array}{rrr|r} 1&1&2&7\\2&-2&1&9\\3&1&-3&-4\\-1&2&1&-1 \end{array} \right] \overrightarrow{ \begin{align*} R_2 \rightarrow -2R_1 + R_2 \\ R_3 \rightarrow -3R_1 + R_3 \\ R_4 \rightarrow -R_1 + R_2 \end{align*} } \\ \left[ \begin{array}{rrr|r} 1&1&2&7\\0&-1&-3&-5\\0&-2&-9&-25\\0&3&3&-6 \end{array} \right] \overrightarrow{ \begin{align*} R_2 \rightarrow -\frac{1}{4}R_2 \end{align*} } \\ \left[ \begin{array}{rrr|r} 1&1&2&7\\0&1&\frac{3}{4}&\frac{5}{4}\\0&-2&-9&-25\\0&3&3&6 \end{array} \right] \overrightarrow{ \begin{align*} R_1 \rightarrow -R_2 + R_4 \\ R_3 \rightarrow 2R_2 + R_3 \\ R_4 \rightarrow -R_2 + R_4 \end{align*} } \\ \left[ \begin{array}{rrr|r} 1&0&\frac{5}{4}&\frac{23}{4} \\ 0&1&\frac{3}{4}&\frac{5}{4} \\ 0&0&-\frac{15}{2}&\frac{45}{2} \\ 0&0&\frac{3}{4}&\frac{9}{4} \end{array} \right] \overrightarrow{ \begin{align*} R_3 \rightarrow -\frac{15}{2}R_3 \end{align*} } \\ \left[ \begin{array}{rrr|r} 1&0&\frac{5}{4} & \frac{23}{4}\\ 0&1&\frac{3}{4}&\frac{5}{4}\\ 0&0&1&\frac{675}{8}\\ 0&0&\frac{3}{4}&\frac{9}{4} \end{array} \right] \overrightarrow{ \begin{align*} R_1 \rightarrow -\frac{5}{4}R_3 + R_1\\ R_2 \rightarrow -\frac{3}{4}R_3 + R-2\\ R_4 \rightarrow -\frac{3}{4} + R_4 \end{align*} } x+y+2x=72x+2y+z=93x+y3z=4x+2y2z=1 \begin{align*} x+y+2x=7\\ 2x+2y+z=9\\ 3x+y-3z=-4\\ -x+2y2z=-1 \end{align*}
C.
[2442612637161051]R1R3 \left[ \begin{array}{rrrr|r} 2&4&-4&2&-6\\ -1&2&-6&3&7\\ 1&6&-10&5&1 \end{array} \right] \overrightarrow{ R_1 \rightarrow R_3 } [1610511263724426]R2R2+R1R3R32R1 \left[ \begin{array}{rrrr|r} 1&6&-10&5&1\\ -1&2&-6&3&7\\ 2&4&-4&2&-6 \end{array} \right] \overrightarrow{ \begin{align*} R_2 &\rightarrow R_2 + R_1 \\ R_3 &\rightarrow R_3 - 2R_1 \end{align*} } [102150121100000] \left[ \begin{array}{rrrr|r} 1&0&2&-1&-5\\ 0&1&-2&1&1\\ 0&0&0&0&0& \end{array} \right] a+2cd=5b2c+d=1a=2c+d+5b=2cd1cRdR \begin{align*} a+2c-d = -5\\ b-2c+d=1\\ \therefore \\ a = -2c+d+5\\ b = 2c-d-1\\ c \in \R\\ d \in \R \end{align*} 2a+4b4c+2d=6a+2b6c+3d=7a+6b10c+5d=1 \begin{align*} 2a+4b-4c+2d=-6\\-a+2b-6c+3d=7\\a+6b-10c+5d=1 \end{align*}

El sistema es consistente con infinitas soluciones

21. Determine el valor de KK para cada uno de los siguientes sistemas de ecuaciones: Solución única, infinitas o sin solución.
A.
x+2y3z=52xky+6z=74x2y+12z=14A:=[12352k67421214]A=72 \begin{align*} -x+2y-3z&=-5\\ 2x-ky+6z&=7\\ 4x-2y+12z&=14 \end{align*} \rightarrow A:= \left[ \begin{array}{rrr|r} -1&2&-3&-5\\ 2&-k&6&7\\ 4&-2&12&14 \end{array} \right] \therefore |A| = 72 [12352k67421214]R1R1[12352k67421214]R22R1+R2R34R1+R3[12350680306014] \left[ \begin{array}{rrr|r} -1&2&-3&-5\\ 2&-k&6&7\\ 4&-2&12&14 \end{array} \right] \overrightarrow{ \begin{align*} R_1 &\rightarrow -R_1 \end{align*} } \left[ \begin{array}{rrr|r} 1&-2&3&5\\ 2&-k&6&7\\ 4&-2&12&14 \end{array} \right] \overrightarrow{ \begin{align*} R_2 &\rightarrow -2R_1 + R_2\\ R_3 &\rightarrow -4R_1 + R_3 \end{align*} } \left[ \begin{array}{rrr|r} 1&-2&3&5\\ 0&-68&0&-3\\ 0&6&0&-14 \end{array} \right]

No tiene solución con k=72k = 72

B.
x+7yz=02x3y+5z=04x6y+kz=0B:=[1720235046k0]B=11k+110k=10 \begin{align*} -x+7y-z&=0\\ 2x-3y+5z&=0\\ 4x-6y+kz&=0 \end{align*} \rightarrow B:= \left[ \begin{array}{rrr|r} -1&7&-2&0\\ 2&-3&5&0\\ 4&-6&k&0 \end{array} \right] \therefore |B| = -11k + 110 \therefore k = 10 [1720235046100]R1R1[1730236041100]R22R1+R2R34R1+R3[17200111046100]R2111R2[172001111002220]R17R2+R1R322R2+R3[10291100111100000]x=2911zy+=111zzR \left[ \begin{array}{rrr|r} -1&7&-2&0\\ 2&-3&5&0\\ 4&-6&10&0 \end{array} \right] \overrightarrow{ \begin{align*} R_1 \rightarrow -R_1 \end{align*} } \left[ \begin{array}{rrr|r} 1&-7&3&0\\ 2&-3&6&0\\ 4&-1&10&0 \end{array} \right] \overrightarrow{ \begin{align*} R_2 \rightarrow -2R_1 + R_2\\ R_3 \rightarrow -4R_1 + R_3 \end{align*} } \\ \left[ \begin{array}{rrr|r} 1&-7&2&0\\ 0&11&1&0\\ 4&-6&10&0\\ \end{array} \right] \overrightarrow{ \begin{align*} R_2 \rightarrow \frac{1}{11}R_2 \end{align*} } \left[ \begin{array}{rrr|r} 1&-7&2&0\\ 0&1&\frac{1}{11}&0\\ 0&22&2&0 \end{array} \right] \overrightarrow{ \begin{align*} R_1 \rightarrow 7R_2 + R_1\\ R_3 \rightarrow -22R_2 + R_3 \end{align*} } \left[ \begin{array}{rrr|r} 1&0&\frac{29}{11}&0\\ 0&1&\frac{1}{11}&0\\ 0&0&0&0& \end{array} \right] \\ \begin{align*} x &= -\frac{29}{11}z\\ y+&= -\frac{1}{11}z\\ z &\in \R \end{align*}

Cuenta con soluciones infinitas cuando K=10K=10

C.
x+y+4z=2x+2y4z=3x+y+(k25)z=kC:=[1142124311(k25)k]C=k29k=3 \begin{align*} x+y+4z&=2\\ x+2y-4z&=3\\ x+y+(k^2-5)z&=k \end{align*} \rightarrow C:= \left[ \begin{array}{rrr|r} 1&1&4&2&\\ 1&2&-4&3\\ 1&1&(k^2-5)&k \end{array} \right] \therefore |C| = k^2 - 9 \therefore k = 3 [114212431143]R2R1+R2R3R1+R3[114201810001] \left[ \begin{array}{rrr|r} 1&1&4&2&\\ 1&2&-4&3&\\ 1&1&4&3& \end{array} \right] \overrightarrow{ \begin{align*} R_2 \rightarrow -R_1 + R_2\\ R_3 \rightarrow -R_1 + R_3 \end{align*} } \left[ \begin{array}{rrr|r} 1&1&4&2&\\ 0&1&-8&1&\\ 0&0&0&1 \end{array} \right]

No tiene solución cuando k=3k=3 [(1 + 1/2) −(2 + 1/4); (−3/4) (1 + 1/2)]

22. Encuentre el valor de la o las incógnitas que se indican a continuación, bajo las condiciones de los sistemas dados.
B. halle los valores de aa, bb y cc de modo que el sistema tenga solución trivial (x,y,z)=(1,1,2)(x,y,z) = (1,-1,2).
[ab632b2c1a32c3][110301211020]A=[110012102],B=[310] \left[ \begin{array}{rrr|r} a & -b & -6 & -3 \\ -2 & b & 2c & -1 \\ a & -3 & -2c & -3 \end{array} \right] \rightarrow \left[ \begin{array}{rrr|r} 1 & -1 & 0 & 3 \\ 0 & 1 & 2 & 1 \\ 1 & 0 & -2 & 0 \end{array} \right] \\ A = \begin{bmatrix} 1 & -1 & 0 \\ 0 & 1 & 2 \\ 1 & 0 & -2 \end{bmatrix} , B = \begin{bmatrix} 3 \\ 1 \\ 0 \end{bmatrix} A1=[121212121212141414]A1B=[211]a=2,b=1,c=1 A^{-1} = \begin{bmatrix} \frac{1}{2} & \frac{1}{2} & \frac{1}{2} \\ -\frac{1}{2} & \frac{1}{2} & \frac{1}{2} \\ \frac{1}{4} & \frac{1}{4} & -\frac{1}{4} \end{bmatrix} \\ \therefore \\ A^{-1}B = \begin{bmatrix} 2 \\ -1 \\ 1 \end{bmatrix} \therefore a = 2, b = -1, c = 1
C. halle los valores de aa, bb y cc de modo que el sistema sea consistente.
23. Sean los sistemas S1{x1+6x2+3X3=4x1+x2=31x1+x2=5S_1 \begin{cases}x_1+6x_2+3X_3=4\\-x_1+x_2=-3\\1x_1+x_2=5\end{cases} y S2={x1+6x2+3x3=3x1+x2=27x2+3x3=8S_2 = \begin{cases}x_1 + 6x_2 + 3x_3=-3\\-x_1+x_2=2\\7x_2+3x_3=8\end{cases}. Para cada uno de estos sistemas, resuelva
A. Un sistema de ecuaciones lineales se representa por Ax=bAx = b, resuelva el sistema dador con x=A1bx = A^{-1}b
B. Resuelva el sistema con la Regla de Cramer.
[163110210][435]adj(A)=[0033611337]T=[0330633117][435]=[243310] \begin{bmatrix} 1&6&3\\-1&1&0\\2&1&0 \end{bmatrix} \begin{bmatrix} 4\\-3\\5 \end{bmatrix} \\ adj(A) = \begin{bmatrix} 0&0&-3\\3&-6&11\\-3&3&7 \end{bmatrix}^T = \begin{bmatrix} 0&3&-3\\0&-6&3\\-3&11&7 \end{bmatrix} \begin{bmatrix} 4\\-3\\5 \end{bmatrix} = \begin{bmatrix} -24\\33\\-10 \end{bmatrix} [163110073][328]adj(A)=[337337337]T=[3336333777][328][272149] \begin{bmatrix} 1&6&3\\-1&1&0\\0&7&3 \end{bmatrix} \begin{bmatrix} -3\\2\\8 \end{bmatrix} \\ adj(A) = \begin{bmatrix} 3&3&-7\\3&3&-7\\-3&3&7 \end{bmatrix}^T = \begin{bmatrix} 3&3&-36\\3&3&3\\-7&-7&7 \end{bmatrix} \begin{bmatrix} -3\\2\\8 \end{bmatrix} \begin{bmatrix} -27\\21\\-49 \end{bmatrix}
24. Resuelva los sistemas no lineales:
A.
x2+2y2=6x2y2=3 \begin{align*} x^2 + 2y^2 = 6\\ x^2 - y^2 = 3 \end{align*} [126113]R2R2R1[126033]R213R2[1126011]R1R12R2[104011]x=2y=1 \left[ \begin{array}{rr|r} 1&2&6\\ 1&-1&3 \end{array} \right] \overrightarrow{ \begin{align*} R_2 \rightarrow R_2 - R_1 \end{align*} } \left[ \begin{array}{rr|r} 1&2&6\\ 0&-3&-3 \end{array} \right] \overrightarrow{ \begin{align*} R_2 \rightarrow \frac{1}{3}R_2 \end{align*} } \left[ \begin{array}{rr|r} 1&12&6\\ 0&1&1 \end{array} \right] \overrightarrow{ \begin{align*} R_1 \rightarrow R_1 - 2R_2 \end{align*} } \left[ \begin{array}{rr|r} 1&0&4\\ 0&1&1 \end{array} \right] \\ \therefore \\ x = 2 \\ y = \sqrt{1}
B.
2a+2(3b)=13(2a)4(3b)=1 \begin{align*} -2^a + 2(3^b) = 1\\ 3(2^a) - 4(3^b) = 1 \end{align*} [121341]R1R1R1[121341]R2R23R1[121024]R212R2[121012]2a=33b=2 \left[ \begin{array}{rr|r} 1&2&1\\ 3&-4&1 \end{array} \right] \overrightarrow{}{ \begin{align*} R_1 \rightarrow R_1 - R_1 \end{align*} } \left[ \begin{array}{rr|r} 1&-2&-1\\ 3&-4&1 \end{array} \right] \overrightarrow{ \begin{align*} R_2 \rightarrow R_2 - 3R_1 \end{align*} } \left[ \begin{array}{rr|r} 1&-2&-1\\ 0&2&4 \end{array} \right] \overrightarrow{ \begin{align*} R_2 \rightarrow \frac{1}{2}R_2 \end{align*} } \left[ \begin{array}{rr|r} 1&-2&-1\\ 0&1&2 \end{array} \right] \\ \therefore \\ 2a = -3\\ 3b = 2
C.
3cosθ+2sinθ=5223cosθ+sinθ=72 \begin{align*} \sqrt{3}\cos{\theta} + 2\sin{\theta} = \frac{5}{2} \\ 2\sqrt{3}\cos{\theta} + \sin{\theta} = \frac{7}{2} \end{align*} [125221172]R2R22R1[12520332]R213R2[12630112]R1R12R2[10320112]3cosθ=32sinθ=12 \left[ \begin{array}{rr|r} 1&2&\frac{5}{2} \\ 2&11&\frac{7}{2} \end{array} \right] \overrightarrow{ \begin{align*} R_2 R_2 - 2R_1 \end{align*} } \left[ \begin{array}{rr|r} 1&2&\frac{5}{2}\\ 0&-3&-\frac{3}{2} \end{array} \right] \overrightarrow{ \begin{align*} R_2\rightarrow-\frac{1}{3}R_2 \end{align*} } \left[ \begin{array}{rr|r} 1&2&\frac{6}{3}\\ 0&1&\frac{1}{2} \end{array} \right] \overrightarrow{ \begin{align*} R_1 \rightarrow R_1 - 2R_2 \end{align*} } \left[ \begin{array}{rr|r} 1&0&\frac{3}{2}\\ 0&1&\frac{1}{2} \end{array} \right] \\ \therefore \\ \sqrt{3}\cos{\theta} = \frac{3}{2}\\ \sin{\theta} = \frac{1}{2}

Aplicaciones

25. La función f(x)=3x2x2+x1f(x) = \frac{3x}{2x^2+x-1}, se descompone en fracciones más simples de la siguiente manera: f(x)=Ax+1+B2x1f(x) = \frac{A}{x+1} + \frac{B}{2x-1}. Determine los valores de AA y BB.
Factorizamos 2x2+x1(2x1)(x+1)Descomponemos f(x):f(x)=3x(2x1)(x+1)=A2x1+Bx+13x=A(x+1)+B(2x1)A+2B=3AB=0 \text{Factorizamos } 2x^2+x-1 \rightarrow (2x-1)(x+1) \\ \text{Descomponemos } f(x): f(x) = \frac{3x}{(2x-1)(x+1)} = \frac{A}{2x-1} + \frac{B}{x+1} \\ 3x = A(x+1) + B(2x-1) \rightarrow A +2B = 3 \rightarrow A-B = 0 [123110]R2R2R1[123033]R213R2[123011]R1R1R2[101011] \left[ \begin{array}{rr|r} 1&2&3\\1&-1&0 \end{array} \right] \overrightarrow{ R_2 \rightarrow R_2 - R_1 } \left[ \begin{array}{rr|r} 1&2&3\\0&-3&-3 \end{array} \right] \overrightarrow{ R_2 \rightarrow -\frac{1}{3}R_2 } \left[ \begin{array}{rr|r} 1&2&3\\0&1&1 \end{array} \right] \overrightarrow{ R_1 \rightarrow R_1 - R_2 } \left[ \begin{array}{rr|r} 1&0&1\\0&1&1 \end{array} \right] A=1B=1 A = 1\\ B = 1
26. Un automóvil se mueve a partir de cierta velocidad vv con una aceleración constante a partir de determinado punto dd. Si se toma la distancia que avanza en tiempos de &1&,&2& y &3& segundos, las cuales son &14&, &37& y &72& metros respectivamente. Obtener la aceleración, la velocidad inicial y el punto en el que empieza.
x=V0t+12at2[11211422137392172]R2R22R1R3R33R1[112114011903230]R1R112R2R3R3+3R2[103219201190013]R1R132R3R2R2+R3[1005010120013] x = V_0t + \frac{1}{2}at^2 \rightarrow \left[ \begin{array}{rrr|r} 1&\frac{1}{2}&1&14 \\ 2&2&1&37\\ 3&\frac{9}{2}&1&72 \end{array} \right] \overrightarrow{ \begin{align*} R_2 \rightarrow R_2 -2R_1 \\ R_3 \rightarrow R_3 - 3R_1 \end{align*} } \left[ \begin{array}{rrr|r} 1&\frac{1}{2}&1&14 \\ 0&1&-1&9\\ 0&3&-2&30 \end{array} \right] \overrightarrow{ \begin{align*} R_1 \rightarrow R_1 - \frac{1}{2}R_2 \\ R_3 \rightarrow R_3 + 3R_2 \end{align*} } \\ \left[ \begin{array}{rrr|r} 1&0&\frac{3}{2}&\frac{19}{2} \\ 0&1&-1&9\\ 0&0&1&3 \end{array} \right] \overrightarrow{ \begin{align*} R_1 \rightarrow R_1 - \frac{3}{2}R_3 \\ R_2 \rightarrow R_2 + R_3 \end{align*} } \left[ \begin{array}{rrr|r} 1&0&0&5\\ 0&1&0&12\\ 0&0&1&3 \end{array} \right] Velocidad Inicial: 5msAceleracioˊn: 12ms2Punto en el que empieza: 3m \text{Velocidad Inicial: 5} \frac{m}{s} \\ \text{Aceleración: 12} \frac{m}{s^2} \\ \text{Punto en el que empieza: 3} m
27. Una fábrica produce tres tipos de herramientas: AA, BB y CC. En la fábrica trabajan tres obreros durante 88 horas diarias cada uno, y un revisor para comprobar las herramientas durante 11 hora diaria. Para fabricar una herramienta de tipo AA se emplean dos horas de mano de obra y se necesitan 66 minutos de revisión, para la fabricación de una de tipo BB se emplean 44 horas de mano de obra y 44 minutos de revisión y para una de tipo CC se necesitan 11 hora de mano de obra y 44 minutos de revisión. Por limitaciones en la producción, se deben producir exactamente 1212 herramientas al día. Calcule el número de herramientas de cada tipo que se elaboran cada día en la fábrica.
x=Nuˊmero de herramientas de tipo A.y=Nuˊmero de herramientas de tipo B.z=Nuˊmero de herramientas de tipo C. x = \text{Número de herramientas de tipo } A. \\ y = \text{Número de herramientas de tipo } B. \\ z = \text{Número de herramientas de tipo } C. 2x+4y+z=24Horas de trabajo disponibles0.1x+0.0667y+0.0667z=1Horas de revisioˊn disponiblesx+y+z=12Cantidad total de herramientas \begin{align*} 2x + 4y + z &= 24 &\text{Horas de trabajo disponibles} \\ 0.1x + 0.0667y + 0.0667z&= 1 &\text{Horas de revisión disponibles}\\ x + y + z &= 12 &\text{Cantidad total de herramientas} \end{align*} [241240.10.06670.0667111112]R1R3[111120.10.06670.0667124124]R2R2110R1R3R32R1[1111201313150210]R2R3[1111202100131315]R212R2[11112011300131315]R1R1R2R3R3+13R2[10121201120001315]R2R320.02[1012120112000.030.0315]R1R112R3R2R2+12R3[1009.9980102.0020014.004] \left[ \begin{array}{rrr|r} 2&4&1&24\\ 0.1&0.0667&0.0667&1\\ 1&1&1&12 \end{array} \right] \overrightarrow{ \begin{align*} R_1 \leftrightarrow R_3 \end{align*} } \left[ \begin{array}{rrr|r} 1&1&1&12 \\ 0.1&0.0667&0.0667&1\\ 2&4&1&24\\ \end{array} \right] \overrightarrow{ \begin{align*} R_2 \rightarrow R_2 - \frac{1}{10}R_1 \\ R_3 \rightarrow R_3 - 2R_1 \end{align*} } \\ \left[ \begin{array}{rrr|r} 1&1&1&12\\ 0&-\frac{1}{3}&-\frac{1}{3}&-\frac{1}{5}\\ 0&2&-1&0 \end{array} \right] \overrightarrow{ \begin{align*} R_2 \leftrightarrow R_3 \end{align*} } \left[ \begin{array}{rrr|r} 1&1&1&12\\ 0&2&-1&0\\ 0&-\frac{1}{3}&-\frac{1}{3}&-\frac{1}{5}\\ \end{array} \right] \overrightarrow{ \begin{align*} R_2 \leftrightarrow \frac{1}{2}R_2 \end{align*} } \\ \left[ \begin{array}{rrr|r} 1&1&1&12\\ 0&1&-\frac{1}{3}&0\\ 0&-\frac{1}{3}&-\frac{1}{3}&-\frac{1}{5} \end{array} \right] \overrightarrow{ \begin{align*} R_1 \rightarrow R_1 - R_2 \\ R_3 \rightarrow R_3 + \frac{1}{3}R_2 \end{align*} } \left[ \begin{array}{rrr|r} 1&0&\frac{1}{2}&12\\ 0&1&-\frac{1}{2}&0\\ 0&0&-\frac{1}{3}&-\frac{1}{5} \end{array} \right] \overrightarrow{ \begin{align*} R_2 \leftrightarrow R_3*-20.02 \end{align*} } \\ \left[ \begin{array}{rrr|r} 1&0&\frac{1}{2}&12\\ 0&1&-\frac{1}{2}&0\\ 0&-0.03&-0.03&-\frac{1}{5} \end{array} \right] \overrightarrow{ \begin{align*} R_1\rightarrow R_1 - \frac{1}{2}R_3\\ R_2 \rightarrow R_2 + \frac{1}{2}R_3 \end{align*} } \left[ \begin{array}{rrr|r} 1&0&0&9.998\\ 0&1&0&2.002\\ 0&0&1&4.004 \end{array} \right] x=9.998y=2.002z=4.004 x = 9.998\\ y = 2.002\\ z = 4.004
28. Una empresa otorga $2,720,000\$2,720,000 pesos para becar a 100100 estudiantes que son hijos de sus empleados. Establezca tres cantidades diferentes en función a los niveles educativos de los jóvenes (AA, BB y CC); $40,000\$40,000 pesos para los del nivel AA, $16,000\$16,000 pesos para los del BB y $20,000\$20,000 pesos para los del CC. Si para el nivel AA destina cinco veces más de dinero que para el BB, ¿cuántos estudiantes hay en cada nivel?
x=Nuˊmero de estudiantes de nivel Ay=Nuˊmero de estudiantes de nivel Bz=Nuˊmero de estudiantes de nivel C x = \text{Número de estudiantes de nivel } A \\ y = \text{Número de estudiantes de nivel } B \\ z = \text{Número de estudiantes de nivel } C \\ [11110040k16k20k2720k40k80k00]R2R240kR1R3R340kR1[111100024k20k2720k0120k40k4M]R2124kR2[111100015616030120k40k4M]R1R1R2R3R3+120kR2[10161403015616030060k2.4M]R3160kR3[101614030156160300140]R1R116R3R2R256R3[100400102000140] \left[ \begin{array}{rrr|r} 1&1&1&100\\ 40k & 16k & 20k & 2720k& \\ 40k&-80k&0&0 \end{array} \right] \overrightarrow{ \begin{align*} R_2 \rightarrow R_2 - 40kR_1\\ R_3 \rightarrow R_3 - 40kR_1 \end{align*} } \left[ \begin{array}{rrr|r} 1&1&1&100\\ 0 & -24k & -20k & 2720k \\ 0 &-120k&-40k&-4M \end{array} \right] \overrightarrow{ \begin{align*} R_2 \rightarrow -\frac{1}{24k}R_2 \end{align*} } \\ \left[ \begin{array}{rrr|r} 1&1&1&100\\ 0&1&-\frac{5}{6}&\frac{160}{3} \\ 0&-120k&-40k&-4M \end{array} \right] \overrightarrow{ \begin{align*} R_1 \rightarrow R_1 - R_2 \\ R_3 \rightarrow R_3 + 120kR_2 \end{align*} } \left[ \begin{array}{rrr|r} 1&0&\frac{1}{6}&\frac{140}{3}\\ 0&1&\frac{5}{6}&\frac{160}{3}\\ 0&0&60k&2.4M \end{array} \right] \overrightarrow{ \begin{align*} R_3 \rightarrow \frac{1}{60k}R_3 \end{align*} } \\ \left[ \begin{array}{rrr|r} 1&0&\frac{1}{6}&\frac{140}{3}\\ 0&1&\frac{5}{6}&\frac{160}{3}\\ 0&0&1&40 \end{array} \right] \overrightarrow{ \begin{align*} R_1 \rightarrow R_1 - \frac{1}{6}R_3 \\ R_2 \rightarrow R_2 - \frac{5}{6}R_3 \end{align*} } \left[ \begin{array}{rrr|r} 1&0&0&40\\ 0&1&0&20\\ 0&0&1&40 \end{array} \right] x=40y=20z=40 x = 40\\ y = 20\\ z = 40
29. Se planea balancear una comida para que ésta proporcione las cantidades adecuadas de vitamina CC, magnesio y calcio. Para cumplir el objetivo se emplearán tres tipos de alimentos medidos en mg (miligramos). La relación de nutrientes proporcionados por cada alimento se muestra en la tabla. Determine la cantidad de mg de cada nutriente necesaria para cumplir con el balanceo de una comida.
Nutrientes Alimento 1 Alimento 2 Alimento 3 Total de nutrientes requeridos
Vitamina C 10mg 20mg 20mg 100
Calcio 50 40 10 300
Magnesio 30 10 40 200
[102020100504010300301040200]R1110R1[12210504010300301040200]R2R250R1R3R330R1[122100609020003020100]R2160R2[12210013210305020100]R1R12R2R3R3+50R2[101103013210300552003]R3155R3[10110301321030014033]R1R1+R3R2R232R3[100733301050330014033]Vitamina C: 2.21mgCalcio: 1.51mgMagnesio: 1.21mg \left[ \begin{array}{rrr|r} 10&20&20&100\\50&40&10&300\\30&10&40&200 \end{array} \right] \overrightarrow{ \begin{align*} R_1 \rightarrow \frac{1}{10}R_1 \end{align*} } \left[ \begin{array}{rrr|r} 1&2&2&10\\50&40&10&300\\30&10&40&200 \end{array} \right] \overrightarrow{ \begin{align*} R_2 \rightarrow R_2 - 50R_1 R_3 \rightarrow R_3 - 30R_1 \end{align*} } \\ \left[ \begin{array}{rrr|r} 1&2&2&10\\0&-60&-90&-200\\0&-30&-20&-100 \end{array} \right] \overrightarrow{ \begin{align*} R_2 \rightarrow - \frac{1}{60}R_2 \end{align*} } \left[ \begin{array}{rrr|r} 1&2&2&10\\0&1&\frac{3}{2}&\frac{10}{3}\\0&-50&-20&100 \end{array} \right] \overrightarrow{ \begin{align*} R_1 \rightarrow R_1 - 2R_2\\ R_3 \rightarrow R_3 + 50R_2 \end{align*} } \\ \left[ \begin{array}{rrr|r} 1&0&-1&\frac{10}{3}\\ 0&1&\frac{3}{2}&\frac{10}{3}\\ 0&0&55&\frac{200}{3} \end{array} \right] \overrightarrow{ \begin{align*} R_3 \rightarrow \frac{1}{55}R_3 \end{align*} } \left[ \begin{array}{rrr|r} 1&0&-1&\frac{10}{3}\\ 0&1&\frac{3}{2}&\frac{10}{3}\\ 0&0&1&\frac{40}{33} \end{array} \right] \overrightarrow{ \begin{align*} R_1 \rightarrow R_1 + R_3\\ R_2 \rightarrow R_2 - \frac{3}{2}R_3 \end{align*} } \\ \left[ \begin{array}{rrr|r} 1&0&0&\frac{73}{33}\\ 0&1&0&\frac{50}{33}\\ 0&0&1&\frac{40}{33} \end{array} \right] \rightarrow \begin{align*} \text{Vitamina C: } 2.21mg\\ \text{Calcio: }1.51mg\\ \text{Magnesio: }1.21mg \end{align*}
30. Un autobús transporta en hora pico a 8080 viajeros de tres tipos: viajeros que pagan el pasaje completo, el cual tiene un costo de 775 pesos; viajeros con un 2020% de descuento y estudiantes con un 40% de descuento. El monto colectado por el autobús en ese viaje fue de 39753975 pesos. Calcule el número de viajeros de cada clase sabiendo que el número de estudiantes era el triple que el número del resto de viajeros.
x=nuˊmero de pisos con el disen˜Ay=nuˊmero de pisos con el disen˜Bz=nuˊmero de pisos con el disen˜C \begin{align*} x = \text{número de pisos con el diseño } A \\ y = \text{número de pisos con el diseño } B \\ z = \text{número de pisos con el diseño } C \\ \end{align*} [3456674374889136]R113R1[143532274374889136]R2R27R1R3R38R1[143532201632638008313340]R2R2316R2[1435322011381508313340]R1R143R2R3R3+83R2[1012201138150000] \left[ \begin{array}{rrr|r} 3&4&5&66\\ 7&4&3&74\\ 8&8&9&136 \end{array} \right] \overrightarrow{ \begin{align*} R_1 \rightarrow \frac{1}{3}R_1 \end{align*} } \left[ \begin{array}{rrr|r} 1&\frac{4}{3}&\frac{5}{3}&22\\ 7&4&3&74\\ 8&8&9&136 \end{array} \right] \overrightarrow{ \begin{align*} R_2 \rightarrow R_2 - 7R_1 \\ R_3 \rightarrow R_3 - 8R_1 \end{align*} } \\ \left[ \begin{array}{rrr|r} 1&\frac{4}{3}&\frac{5}{3}&22\\ 0&-\frac{16}{3}&-\frac{26}{3}&-80\\ 0&-\frac{8}{3}&-\frac{13}{3}&-40 \end{array} \right] \overrightarrow{ \begin{align*} R_2 \rightarrow R_2 - \frac{3}{16}R_2 \\ \end{align*} } \left[ \begin{array}{rrr|r} 1&\frac{4}{3}&\frac{5}{3}&22\\ 0&1&-\frac{13}{8}&15\\ 0&-\frac{8}{3}&-\frac{13}{3}&-40 \end{array} \right] \overrightarrow{ \begin{align*} R_1 \rightarrow R_1 - \frac{4}{3}R_2\\ R_3 \rightarrow R_3 + \frac{8}{3}R_2 \end{align*} } \\ \left[ \begin{array}{rrr|r} 1&0&-\frac{1}{2}&2\\ 0&1&\frac{13}{8}&15\\ 0&0&0&0 \end{array} \right]

El sistemas es consistente, tiene soluciones infinitas

x=3+12zy=15138zzR \begin{align*} x &= 3 + \frac{1}{2}z\\ y &= 15 - \frac{13}{8}z\\ z& \in \R \end{align*}
31. Se va a construir un gran edificio de departamentos. La distribución de los departamentos en cualquier piso dado se elige entre tres diseños de piso básicos. Cada piso del diseño AA incluye 33 unidades de tres dormitorios, 77 con dos dormitorios, y 88 con un dormitorio. Cada piso del diseño BB incluye 44 unidades con tres dormitorios, 44 con dos dormitorios, y 88 con un dormitorio. Cada piso del diseño CC incluye 55 unidades con tres dormitorios, 33 con dos dormitorios, y 99 con un dormitorio. ¿Es posible diseñar el edificio de tal forma que tenga exactamente 6666 unidades con tres dormitorios, 7474 unidades con dos dormitorios, y 136136 unidades con un dormitorio? Si la respuesta es afirmativa, proponga una distribución de pisos de cada diseño.
x=nuˊmero de pisos con el disen˜A.y=nuˊmero de pisos con el disen˜B.z=nuˊmero de pisos con el disen˜C. x = \text{número de pisos con el diseño } A. y = \text{número de pisos con el diseño } B. z = \text{número de pisos con el diseño } C. [3456674374889136]R113R1[143532274374889136]R2R27R1R3R28R1[143532201632638008313390]R1R143R2R3R3+83R2[1012201138150000]R1R143R2R3R3+83R2 \left[ \begin{array}{rrr|r} 3&4&5&66\\7&4&3&74\\8&8&9&136 \end{array} \right] \overrightarrow{ \begin{align*} R_1 \rightarrow \frac{1}{3}R_1 \end{align*} } \left[ \begin{array}{rrr|r} 1&\frac{4}{3}&\frac{5}{3}&22\\7&4&3&74\\8&8&9&136 \end{array} \right] \overrightarrow{ \begin{align*} R_2 \rightarrow R_2 - 7R_1\\ R_3 \rightarrow R_2 - 8R_1 \end{align*} } \\ \left[ \begin{array}{rrr|r} 1&\frac{4}{3}&\frac{5}{3}&22\\0&-\frac{16}{3}&-\frac{26}{3}&-80\\0&-\frac{8}{3}&-\frac{13}{3}&-90 \end{array} \right] \overrightarrow{ \begin{align*} R_1 \rightarrow R_1 - \frac{4}{3}R-2\\ R_3 \rightarrow R_3 + \frac{8}{3}R_2 \end{align*} } \left[ \begin{array}{rrr|r} 1&0&-\frac{1}{2}&2\\ 0&1&\frac{13}{8}&15\\ 0&0&0&0 \end{array} \right] \overrightarrow{ \begin{align*} R_1 \rightarrow R_1 - \frac{4}{3}R-2\\ R_3 \rightarrow R_3 + \frac{8}{3}R_2 \end{align*} }

El sistema es consistente, tiene infinitas soluciones

x=2+12zy=15138zzR \begin{align*} x&=2+\frac{1}{2}z\\ y &= 15 - \frac{13}{8}z\\ z &\in \R \end{align*}
32. Encuentre el patrón de tráfico general en la red de calles principales que se muestra en la figura. (Las tasas de flujo se dan en automóviles por minuto). ¿Cuál es el valor mínimo de x1x_1?

Alt text

200=x1+x2x1=70+x3x2+X3=100+25x4+x5=60[11000200101040011011000001160]R2R2R1[1100020001110160011011000001160]R2R3[1100020001101100011101600001160]R1R1R2R3R3+R2[1010110001101100000111600001160]R3R3[101011000110110000011600001160]R4R4R3[10101100011011000001160000000] \begin{align*} 200 = x_1 + x_2\\ x_1 = 70 + x_3\\ x_2 + X_3 = 100+25\\ x_4 + x_5 = 60 \end{align*} \rightarrow \left[ \begin{array}{rrrrr|r} 1&1&0&0&0&200\\ 1&0&-&-1&0&40\\ 0&1&1&0&-1&100\\ 0&0&0&1&1&60 \end{array} \right] \overrightarrow{ \begin{align*} R_2 \rightarrow R_2 - R_1 \end{align*} } \\ \left[ \begin{array}{rrrrr|r} 1&1&0&0&0&200\\ 0&-1&-1&-1&0&-160\\ 0&1&1&0&-1&100\\ 0&0&0&1&1&60 \end{array} \right] \overrightarrow{ \begin{align*} R_2 \leftrightarrow R_3 \end{align*} } \left[ \begin{array}{rrrrr|r} 1&1&0&0&0&200\\ 0&1&1&0&-1&100\\ 0&-1&-1&-1&0&-160\\ 0&0&0&1&1&60 \end{array} \right] \overrightarrow{ \begin{align*} R_1 \rightarrow R_1 \rightarrow R_2\\ R_3 \rightarrow R_3 + R_2 \end{align*} } \\ \left[ \begin{array}{rrrrr|r} 1&0&-1&0&1&100\\ 0&1&1&0&-1&100\\ 0&0&0&-1&-1&-160\\ 0&0&0&1&1&60 \end{array} \right] \overrightarrow{ \begin{align*} R_3 \rightarrow -R_3 \end{align*} } \left[ \begin{array}{rrrrr|r} 1&0&-1&0&1&100\\ 0&1&1&0&-1&100\\ 0&0&0&1&1&60\\ 0&0&0&1&1&60 \end{array} \right] \overrightarrow{ \begin{align*} R_4 \rightarrow R_4 - R_3 \end{align*} } \\ \left[ \begin{array}{rrrrr|r} 1&0&-1&0&1&100\\ 0&1&1&0&-1&100\\ 0&0&0&1&1&60\\ 0&0&0&0&0&0 \end{array} \right] x1=100+x3x5x2=1002x3+x5x4=60x5x3=x3x5=x5 x_1 = 100 + x_3 - x_5\\ x_2 = 100 - 2x_3 + x_5\\ x_4 = 60 - x_5\\ x_3 = x_3 x_5 = x_5

Considerando la ecuación de x1x_1, el valor mínimo de x1x_1 es de 100100.

33. Use las leyes de Kirchhoff y la ley de Ohm para establecer un sistema de ecuaciones lineales que permita determinar las corrientes I1I_1, I2I_2, I3I_3 en la red eléctrica que se muestra en la siguiente figura.

Alt text

Neq=2[LVK]+0[DS]+0[CS]=2 N_{eq} = 2 [LVK] + 0 [DS] + 0 [CS] = 2 LVK1=I1+I28=0I1+I2=8LVK2=I24I3+13=0I24I3=13 LVK_1 = I_1 + I_2 - 8 = 0 \rightarrow I_1 + I_2 = 8\\ LVK_2 = -I_2 - 4I_3 + 13 = 0 \rightarrow -I_2 - 4I_3 = -13\\

Soluciones:

I1=8I2I2=134I3I3R I_1 = 8 - I_2\\ I_2 = 13 - 4I_3\\ I_3 \in \R
34. Considere la siguiente reacción química. Para cada uno de los dos reactivos de la izquierda y los cuatro productos de la derecha, construya un vector en ℝ5 que liste el número de átomos por molécula de plomo (Pb), nitrógeno (N), cromo (Cr), manganeso (Mn) y oxígeno (O). Escriba una ecuación vectorial, que los coeficientes desconocidos de la reacción deban satisfacer, y encuentre una solución que tenga sentido en el balance.
PbN6+CrMn2O8Pb3O4+Cr2O3+MnO2+NO PbN_6 + CrMn_2O_8 \rightarrow Pb_3O_4 + Cr_2O_3 + MnO_2 + NO

Reactivos:

PbN=[16000]CrMnO=[00128]PbO=[30004]CrO=[00203]MnO=[00012]NO=[01001][10300006000010010200002001000843210]R2R26R1[103000000180010010200002001000843210]R3R2[103000001020000018001002001000843210]R4R42R2R5R58R2[103000001020000018001000041000043210]R3118R3[100003180010200000100118000041000001321190]R414R4[1000031800102000001001180000111400001321190]R2R2+2R4R5R513R4[100003180010200000100118000011000000151190]R5115R5[1000031800100200001001180000110000001111350]R4R4R5R2R2+2R5[10000160010002213500010011800001011135000001111350]R4R4R5R2R2+2R5EC1=16EC6EC2=22135EC6EC3=118EC6EC4=11135EC6EC5=11135EC6 \begin{align*} PbN = \begin{bmatrix} 1&6&0&0&0 \end{bmatrix} \\ CrMnO = \begin{bmatrix} 0&0&1&2&8 \end{bmatrix} \\ PbO = \begin{bmatrix} 3&0&0&0&4 \end{bmatrix} \\ CrO = \begin{bmatrix} 0&0&2&0&3 \end{bmatrix} \\ MnO = \begin{bmatrix} 0&0&0&1&2 \end{bmatrix} \\ NO = \begin{bmatrix} 0&1&0&0&1 \end{bmatrix} \end{align*} \rightarrow \left[ \begin{array}{rrrrrr|r} 1&0&-3&0&0&0&0\\ 6&0&0&0&0&-1&0\\ 0&1&0&-2&0&0&0\\ 0&2&0&0&-1&0&0\\ 0&8&-4&-3&-2&-1&0 \end{array} \right] \overrightarrow{ \begin{align*} R_2 \rightarrow R_2 - 6R_1 \end{align*} } \\ \left[ \begin{array}{rrrrrr|r} 1&0&3&0&0&0&0\\ 0&0&18&0&0&-1&0\\ 0&1&0&-2&0&0&0\\ 0&2&0&0&-1&0&0\\ 0&8&-4&-3&-2&-1&0 \end{array} \right] \overrightarrow{ \begin{align*} R_3 \leftrightarrow R_2 \end{align*} } \left[ \begin{array}{rrrrrr|r} 1&0&3&0&0&0&0\\ 0&1&0&-2&0&0&0\\ 0&0&18&0&0&-1&0\\ 0&2&0&0&-1&0&0\\ 0&8&-4&-3&-2&-1&0 \end{array} \right] \overrightarrow{ \begin{align*} R_4 \rightarrow R_4 - 2R_2\\ R_5 \rightarrow R_5 - 8R-2 \end{align*} } \\ \left[ \begin{array}{rrrrrr|r} 1&0&3&0&0&0&0\\ 0&1&0&-2&0&0&0\\ 0&0&18&0&0&-1&0\\ 0&0&0&4&-1&0&0\\ 0&0&-4&-3&-2&-1&0 \end{array} \right] \overrightarrow{ \begin{align*} R_3 \rightarrow \frac{1}{18}R_3 \end{align*} } \left[ \begin{array}{rrrrrr|r} 1&0&0&0&0&\frac{3}{18}&0\\ 0&1&0&-2&0&0&0\\ 0&0&1&0&0&-\frac{1}{18}&0\\ 0&0&0&4&-1&0&0\\ 0&0&0&13&-2&-\frac{11}{9}&0 \end{array} \right] \overrightarrow{ \begin{align*} R_4 \rightarrow \frac{1}{4}R_4 \end{align*} } \\ \left[ \begin{array}{rrrrrr|r} 1&0&0&0&0&\frac{3}{18}&0\\ 0&1&0&-2&0&0&0\\ 0&0&1&0&0&-\frac{1}{18}&0\\ 0&0&0&1&-1&-\frac{1}{4}&0\\ 0&0&0&13&-2&-\frac{11}{9}&0 \end{array} \right] \overrightarrow{ \begin{align*} R_2 \rightarrow R_2 + 2R_4\\ R_5 \rightarrow R_5 - 13R_4 \end{align*} } \left[ \begin{array}{rrrrrr|r} 1&0&0&0&0&\frac{3}{18}&0\\ 0&1&0&-2&0&0&0\\ 0&0&1&0&0&-\frac{1}{18}&0\\ 0&0&0&1&-1&0&0\\ 0&0&0&0&-15&-\frac{11}{9}&0 \end{array} \right] \overrightarrow{ \begin{align*} R_5 \rightarrow -\frac{1}{15}R_5 \end{align*} } \\ \left[ \begin{array}{rrrrrr|r} 1&0&0&0&0&\frac{3}{18}&0\\ 0&1&0&0&-2&0&0\\ 0&0&1&0&0&-\frac{1}{18}&0\\ 0&0&0&1&-1&0&0\\ 0&0&0&0&1&-\frac{11}{135}&0 \end{array} \right] \overrightarrow{ \begin{align*} R_4 \rightarrow R_4 - R_5\\ R_2 \rightarrow R_2 + 2R_5 \end{align*} } \left[ \begin{array}{rrrrrr|r} 1&0&0&0&0&\frac{1}{6}&0\\ 0&1&0&0&0&\frac{22}{135}&0\\ 0&0&1&0&0&-\frac{1}{18}&0\\ 0&0&0&1&0&\frac{11}{135}&0\\ 0&0&0&0&1&-\frac{11}{135}&0 \end{array} \right] \overrightarrow{ \begin{align*} R_4 \rightarrow R_4 - R_5\\ R_2 \rightarrow R_2 + 2R_5 \end{align*} } \\ \begin{align*} EC_1 = \frac{1}{6}EC_6 EC_2 = \frac{22}{135}EC_6 EC_3 = -\frac{1}{18}EC_6 EC_4 = \frac{11}{135}EC_6 EC_5 = \frac{11}{135}EC_6 \end{align*}

Examen Parcial

Actividad 1.1 Matrices y sus operaciones

Determine los valores de x,y,zx,y,z tales que las matrices siguientes.

[101023]=[x01x+y2x+z]x=1x+y=0y=1x+z=3y=4 \begin{bmatrix} 1 & 0 & 1 \\ 0 & 2 & -3 \end{bmatrix} = \begin{bmatrix} x & 0 & 1 \\ x + y & 2 & x+z \end{bmatrix} \\ x = 1\\ \therefore x + y = 0 \rightarrow y = -1\\ \therefore x + z = -3 \rightarrow y = -4\\

Determine el tipo de las siguientes matrices:

[1110]Esta matriz no es de ninguˊn tipo \begin{bmatrix} 1 & 1 \\ 1 & 0 \end{bmatrix} \text{Esta matriz no es de ningún tipo} [1010]Esta matriz no es de ninguˊn tipo \begin{bmatrix} 1 & 0 \\ 1 & 0 \end{bmatrix} \text{Esta matriz no es de ningún tipo} [1111]Esta matriz es diagonal y escalar \begin{bmatrix} 1 & 1 \\ 1 & 1 \end{bmatrix} \text{Esta matriz es diagonal y escalar} [1100]Esta matriz no es de ninguˊn tipo \begin{bmatrix} 1 & 1 \\ 0 & 0 \end{bmatrix} \text{Esta matriz no es de ningún tipo} [0110]Esta matriz es diagonal y escalar \begin{bmatrix} 0 & 1 \\ 1 & 0 \end{bmatrix} \text{Esta matriz es diagonal y escalar} [1002]Esta matriz es diagonal \begin{bmatrix} 1 & 0 \\ 0 & 2 \end{bmatrix} \text{Esta matriz es diagonal} [3003]Esta matriz es diagonal y escalar \begin{bmatrix} 3 & 0 \\ 0 & 3 \end{bmatrix} \text{Esta matriz es diagonal y escalar} [0111]Esta matriz no es de ninguˊn tipo \begin{bmatrix} 0 & 1 \\ 1 & 1 \end{bmatrix} \text{Esta matriz no es de ningún tipo}

Calcule (si es posible) las siguientes operaciones, en caso de no se posible, explique el porque.

[1101]+[0112]=[1013] \begin{bmatrix} 1 & -1 \\ 0 & 1 \end{bmatrix} + \begin{bmatrix} 0 & 1 \\ 1 & 2 \end{bmatrix} = \begin{bmatrix} 1 & 0\\ 1& 3 \end{bmatrix} 3[111111]=[333333] -3 \begin{bmatrix} 1 & 1 & -1 \\ 1 & 1 & -1 \end{bmatrix} = \begin{bmatrix} 3 & 3 & -3 \\ 3 & 3 & -3 \end{bmatrix} [2222]+[00]=No es posible, porque las matrices tienen dimensiones diferentes \begin{bmatrix} 2 & 2 \\ -2& -2 \end{bmatrix} + \begin{bmatrix} 0 \\ 0 \end{bmatrix} = \text{No es posible, porque las matrices tienen dimensiones diferentes} [234567][765432]=[999999] \begin{bmatrix} -2 & 3 \\ 4 &-5 \\ -6 7 \end{bmatrix} - \begin{bmatrix} 7 & -6 \\ -5 & 4 \\ 3 & -2 \end{bmatrix} = \begin{bmatrix} -9 & 9 \\ 9 & 9 \\9 & 9 \end{bmatrix} [12]+[1243]=No es posible, porque las matrices tienen dimensiones diferentes -\begin{bmatrix} 1 & -2 \end{bmatrix} + \begin{bmatrix} 1 & 2 \\ 4 & 3 \end{bmatrix} = \text{No es posible, porque las matrices tienen dimensiones diferentes} 3[0246]4[3570]=[12264018] 3 \begin{bmatrix} 0 & 2 \\ -4 & -6 \end{bmatrix} -4 \begin{bmatrix} 3 & -5 \\ 7 & 0 \end{bmatrix} = \begin{bmatrix} -12 & 26 \\ -40 & -18 \end{bmatrix}

Calcule si es posible

[34][12]=[3648] \begin{bmatrix} 3 \\ 4 \end{bmatrix} \begin{bmatrix} 1 & 2 \end{bmatrix} = \begin{bmatrix} 3 & 6\\4 &8 \end{bmatrix} [12][34]=11 \begin{bmatrix} 1 & 2 \end{bmatrix} \begin{bmatrix} 3 \\ 4 \end{bmatrix} = 11 [1240][12342430]=[51034481216] \begin{bmatrix} 1 & -2 \\ 4 & 0 \end{bmatrix} \begin{bmatrix} 1 & 2&3&4\\-2&-4&3&0 \end{bmatrix} = \begin{bmatrix} 5&10&-3&4\\4&8&12&16 \end{bmatrix} [12342430][1240]=Imposible \begin{bmatrix} 1 & 2&3&4\\-2&-4&3&0 \end{bmatrix} \begin{bmatrix} 1 & -2 \\ 4 & 0 \end{bmatrix} = \text{Imposible} [302574][101011]=[303253743] \begin{bmatrix} -3&0\\2&-5\\-7&4 \end{bmatrix} \begin{bmatrix} 1&0&1\\0&1&1 \end{bmatrix} = \begin{bmatrix} -3&0&-3\\2&-5&-3\\-7&4&-3 \end{bmatrix}

Actividad 1.2 Sistemas de ecuaciones lineales

Replantee el sistema lineal en forma canónica

2x+4z+1=02z+2w2=x2xz+3w=3y+z+t=w+4 2x+4z+1=0\\ 2z+2w-2=x\\ -2x-z+3w=-3\\ y+z+t=w+4 [20400102202013001111][xyzwt] \begin{bmatrix} 2& 0& 4& 0& 0\\ -1 &0 &2 &2& 0\\ -2 &0& -1& 3& 0\\ 0 &1 &1 &-1 &1\\ \end{bmatrix} \\ \begin{bmatrix} x\\ y \\ z \\ w\\ t \end{bmatrix}

Sea la siguiente matriz: escriba un sistema cuya matriz aumentada sea M. Encuentre el sistema homogéneo asociado con el sistema. Aplique a M una operación elemental de renglon para que la matriz corresponda a un sistema en forma escalonado reducido por renglones.

xy+zw+tk=1t+k=02z+t=0 x -y + z -w + t -k = 1\\ -t+k=0\\ -2z+t = 0 M=[111561100202020000110] M = \begin{bmatrix} 1 & -1 & 1 & -5 &6 &-1 & 1\\ 0 & 0 & -2 & 0 & 2 & 0 & 2\\ 0 & 0 & 0 & 0 & -1 & 1 & 0\\ \end{bmatrix}

Determine la solución general del sistema:

t=kz=tx=y+5w6z t = k\\ z = t\\ x = y + 5w - 6z

Calcule la solución general del sistema:

z=t=k=R=3y=R=4w=R=5x=4+5(5)6(3)=11 z = t = k = \R = 3\\ y = \R = 4 \\ w = \R = 5 x = 4 + 5(5) - 6(3) = 11

Determine los sistemas consistentes y calcula sus soluciones generales.

x+y=1y+z=1z+w=1x+w=1 x + y = 1\\ y + z = 1\\ z + w = 1\\ x + w = 1\\ x=1yy=1zz=1ww=1xx=1(1(1(1x)))x=R x = 1 - y\\ y = 1 - z\\ z = 1 - w\\ w = 1 - x\\ x = 1 - (1 - (1 - (1 - x)))\\ x = \R

Actividad 1.3 Determinantes

Calcule el determinante de la siguiente matriz

det([102332011])=((3×1)(1×2))+((0×1)(1×1))+((0×2)(3×2))=11 det(\begin{bmatrix} 1 & 0 & -2\\ 3 & 3 & 2\\ 0 & -1 & 1 \end{bmatrix}) = ((3×1)−(−1×2)) + ((0×1)−(−1×−1)) + ((0×2)−(3×−2)) = 11

Calcule el determinante de la siguiente matriz

det([000a00bc0defghij])=a×b×d×g det(\begin{bmatrix} 0 & 0 & 0 & a\\ 0 & 0& b &c\\ 0&d&e&f\\ g&h&i&j \end{bmatrix}) = a\times b\times d \times g

Segundo Parcial

Guia del Parcial

Subespacios Vectoriales

  1. Determine si los siguientes conjuntos son sub-espacios vectoriales:

a) V=M22;H={A=(0aa0),aR}V = M_{22}; H = \{ A = \begin{pmatrix} 0 & a \\ -a & 0\end{pmatrix}, a \in R \}

b) V=M22;H={A=(abbc),a,b,cR}V = M_{22}; H = \{A = \begin{pmatrix}a& b \\ -b &c \end{pmatrix},a,b,c\in R\}

c) V=P4;H={pP4:P(0)=0}V = P_4; H = \{ p \in P_4: P(0) = 0\}

d) V=R3;H={(abc),x2+y2+z2(vt)2=1}V = R^3; H = \{ \begin{pmatrix}a\\b\\c\end{pmatrix}, x^2 + y^2 + z^2 - (vt)^2 = 1 \}

Combinación Lineal

  1. Dados los vectores u=(2,1,4)u = (2,1,4), v=(1,1,3)v = (1,-1,3) y w=(3,2,5)w = (3,2,5). Exprese los siguientes vectores como combinaciones lineales de uu,vv y ww.

a) (5,5,9)(5,5,9)

[213511254359]R3R1[435911252135]R2+(14)R1[4359074341142135]R3+(12)R1[4359074341140121212]R2R2[4359074341140121212]R3+(27)R2[435907434114002727]R3R3[435907434114002727]R327[4359074341140011]R2+(34)R3[43590740720011]R1+(5)R3[430140740720011]R274[4301401020011]R1+(3)R2[4002001020011]R14[100501020011] \left[\begin{matrix}2 & 1 & 3 & 5\\1 & -1 & 2 & 5\\4 & 3 & 5 & 9\end{matrix}\right] \underrightarrow{ R_{3} \leftrightarrow R_{1} } \left[\begin{matrix}4 & 3 & 5 & 9\\1 & -1 & 2 & 5\\2 & 1 & 3 & 5\end{matrix}\right] \underrightarrow{ R_2 + (- \frac{1}{4})R_1 } \\ \left[\begin{matrix}4 & 3 & 5 & 9\\0 & - \frac{7}{4} & \frac{3}{4} & \frac{11}{4}\\2 & 1 & 3 & 5\end{matrix}\right] \underrightarrow{ R_3 + (- \frac{1}{2})R_1 } \left[\begin{matrix}4 & 3 & 5 & 9\\0 & - \frac{7}{4} & \frac{3}{4} & \frac{11}{4}\\0 & - \frac{1}{2} & \frac{1}{2} & \frac{1}{2}\end{matrix}\right] \underrightarrow{ R_{2} \leftrightarrow R_{2} } \\ \left[\begin{matrix}4 & 3 & 5 & 9\\0 & - \frac{7}{4} & \frac{3}{4} & \frac{11}{4}\\0 & - \frac{1}{2} & \frac{1}{2} & \frac{1}{2}\end{matrix}\right] \underrightarrow{ R_3 + (- \frac{2}{7})R_2 } \left[\begin{matrix}4 & 3 & 5 & 9\\0 & - \frac{7}{4} & \frac{3}{4} & \frac{11}{4}\\0 & 0 & \frac{2}{7} & - \frac{2}{7}\end{matrix}\right] \underrightarrow{ R_{3} \leftrightarrow R_{3} } \\ \left[\begin{matrix}4 & 3 & 5 & 9\\0 & - \frac{7}{4} & \frac{3}{4} & \frac{11}{4}\\0 & 0 & \frac{2}{7} & - \frac{2}{7}\end{matrix}\right] \underrightarrow{ \frac{R_3}{\frac{2}{7}} } \left[\begin{matrix}4 & 3 & 5 & 9\\0 & - \frac{7}{4} & \frac{3}{4} & \frac{11}{4}\\0 & 0 & 1 & -1\end{matrix}\right] \underrightarrow{ R_2 + (- \frac{3}{4})R_3 } \\ \left[\begin{matrix}4 & 3 & 5 & 9\\0 & - \frac{7}{4} & 0 & \frac{7}{2}\\0 & 0 & 1 & -1\end{matrix}\right] \underrightarrow{ R_1 + (-5)R_3 } \left[\begin{matrix}4 & 3 & 0 & 14\\0 & - \frac{7}{4} & 0 & \frac{7}{2}\\0 & 0 & 1 & -1\end{matrix}\right] \underrightarrow{ \frac{R_2}{- \frac{7}{4}} } \\ \left[\begin{matrix}4 & 3 & 0 & 14\\0 & 1 & 0 & -2\\0 & 0 & 1 & -1\end{matrix}\right] \underrightarrow{ R_1 + (-3)R_2 } \left[\begin{matrix}4 & 0 & 0 & 20\\0 & 1 & 0 & -2\\0 & 0 & 1 & -1\end{matrix}\right] \underrightarrow{ \frac{R_1}{4} } \left[\begin{matrix}1 & 0 & 0 & 5\\0 & 1 & 0 & -2\\0 & 0 & 1 & -1\end{matrix}\right]

b) (2,0,6)(2,0,6)

[213211204356]R3R1[435611202132]R2+(14)R1[435607434322132]R3+(12)R1[43560743432012121]R2R2[43560743432012121]R3+(27)R2[43560743432002747]R3R3[43560743432002747]R327[435607434320012]R2+(34)R3[4356074000012]R1+(5)R3[43016074000012]R274[4301601000012]R1+(3)R2[4001601000012]R14[100401000012] \left[\begin{matrix}2 & 1 & 3 & 2\\1 & -1 & 2 & 0\\4 & 3 & 5 & 6\end{matrix}\right] \underrightarrow{ R_{3} \leftrightarrow R_{1} } \left[\begin{matrix}4 & 3 & 5 & 6\\1 & -1 & 2 & 0\\2 & 1 & 3 & 2\end{matrix}\right] \underrightarrow{ R_2 + (- \frac{1}{4})R_1 } \left[\begin{matrix}4 & 3 & 5 & 6\\0 & - \frac{7}{4} & \frac{3}{4} & - \frac{3}{2}\\2 & 1 & 3 & 2\end{matrix}\right] \underrightarrow{ R_3 + (- \frac{1}{2})R_1 } \\ \left[\begin{matrix}4 & 3 & 5 & 6\\0 & - \frac{7}{4} & \frac{3}{4} & - \frac{3}{2}\\0 & - \frac{1}{2} & \frac{1}{2} & -1\end{matrix}\right] \underrightarrow{ R_{2} \leftrightarrow R_{2} } \left[\begin{matrix}4 & 3 & 5 & 6\\0 & - \frac{7}{4} & \frac{3}{4} & - \frac{3}{2}\\0 & - \frac{1}{2} & \frac{1}{2} & -1\end{matrix}\right] \underrightarrow{ R_3 + (- \frac{2}{7})R_2 } \\ \left[\begin{matrix}4 & 3 & 5 & 6\\0 & - \frac{7}{4} & \frac{3}{4} & - \frac{3}{2}\\0 & 0 & \frac{2}{7} & - \frac{4}{7}\end{matrix}\right] \underrightarrow{ R_{3} \leftrightarrow R_{3} } \left[\begin{matrix}4 & 3 & 5 & 6\\0 & - \frac{7}{4} & \frac{3}{4} & - \frac{3}{2}\\0 & 0 & \frac{2}{7} & - \frac{4}{7}\end{matrix}\right] \underrightarrow{ \frac{R_3}{\frac{2}{7}} } \left[\begin{matrix}4 & 3 & 5 & 6\\0 & - \frac{7}{4} & \frac{3}{4} & - \frac{3}{2}\\0 & 0 & 1 & -2\end{matrix}\right] \underrightarrow{ R_2 + (- \frac{3}{4})R_3 } \left[\begin{matrix}4 & 3 & 5 & 6\\0 & - \frac{7}{4} & 0 & 0\\0 & 0 & 1 & -2\end{matrix}\right] \underrightarrow{ R_1 + (-5)R_3 } \\ \left[\begin{matrix}4 & 3 & 0 & 16\\0 & - \frac{7}{4} & 0 & 0\\0 & 0 & 1 & -2\end{matrix}\right] \underrightarrow{ \frac{R_2}{- \frac{7}{4}} } \left[\begin{matrix}4 & 3 & 0 & 16\\0 & 1 & 0 & 0\\0 & 0 & 1 & -2\end{matrix}\right] \underrightarrow{ R_1 + (-3)R_2 } \\ \left[\begin{matrix}4 & 0 & 0 & 16\\0 & 1 & 0 & 0\\0 & 0 & 1 & -2\end{matrix}\right] \underrightarrow{ \frac{R_1}{4} } \left[\begin{matrix}1 & 0 & 0 & 4\\0 & 1 & 0 & 0\\0 & 0 & 1 & -2\end{matrix}\right]

c) (2,2,3)(2,2,3)

[213211224353]R3R1[435311222132]R2+(14)R1[435307434542132]R3+(12)R1[435307434540121212]R2R2[435307434540121212]R3+(27)R2[43530743454002717]R3R3[43530743454002717]R327[4353074345400112]R2+(34)R3[435307407800112]R1+(5)R3[4301207407800112]R274[430120101200112]R1+(3)R2[40020101200112]R14[100120101200112] \left[\begin{matrix}2 & 1 & 3 & 2\\1 & -1 & 2 & 2\\4 & 3 & 5 & 3\end{matrix}\right] \underrightarrow{ R_{3} \leftrightarrow R_{1} } \left[\begin{matrix}4 & 3 & 5 & 3\\1 & -1 & 2 & 2\\2 & 1 & 3 & 2\end{matrix}\right] \underrightarrow{ R_2 + (- \frac{1}{4})R_1 } \left[\begin{matrix}4 & 3 & 5 & 3\\0 & - \frac{7}{4} & \frac{3}{4} & \frac{5}{4}\\2 & 1 & 3 & 2\end{matrix}\right] \underrightarrow{ R_3 + (- \frac{1}{2})R_1 } \\ \left[\begin{matrix}4 & 3 & 5 & 3\\0 & - \frac{7}{4} & \frac{3}{4} & \frac{5}{4}\\0 & - \frac{1}{2} & \frac{1}{2} & \frac{1}{2}\end{matrix}\right] \underrightarrow{ R_{2} \leftrightarrow R_{2} } \left[\begin{matrix}4 & 3 & 5 & 3\\0 & - \frac{7}{4} & \frac{3}{4} & \frac{5}{4}\\0 & - \frac{1}{2} & \frac{1}{2} & \frac{1}{2}\end{matrix}\right] \underrightarrow{ R_3 + (- \frac{2}{7})R_2 } \\ \left[\begin{matrix}4 & 3 & 5 & 3\\0 & - \frac{7}{4} & \frac{3}{4} & \frac{5}{4}\\0 & 0 & \frac{2}{7} & \frac{1}{7}\end{matrix}\right] \underrightarrow{ R_{3} \leftrightarrow R_{3} } \left[\begin{matrix}4 & 3 & 5 & 3\\0 & - \frac{7}{4} & \frac{3}{4} & \frac{5}{4}\\0 & 0 & \frac{2}{7} & \frac{1}{7}\end{matrix}\right] \underrightarrow{ \frac{R_3}{\frac{2}{7}} } \left[\begin{matrix}4 & 3 & 5 & 3\\0 & - \frac{7}{4} & \frac{3}{4} & \frac{5}{4}\\0 & 0 & 1 & \frac{1}{2}\end{matrix}\right] \underrightarrow{ R_2 + (- \frac{3}{4})R_3 } \left[\begin{matrix}4 & 3 & 5 & 3\\0 & - \frac{7}{4} & 0 & \frac{7}{8}\\0 & 0 & 1 & \frac{1}{2}\end{matrix}\right] \underrightarrow{ R_1 + (-5)R_3 } \\ \left[\begin{matrix}4 & 3 & 0 & \frac{1}{2}\\0 & - \frac{7}{4} & 0 & \frac{7}{8}\\0 & 0 & 1 & \frac{1}{2}\end{matrix}\right] \underrightarrow{ \frac{R_2}{- \frac{7}{4}} } \left[\begin{matrix}4 & 3 & 0 & \frac{1}{2}\\0 & 1 & 0 & - \frac{1}{2}\\0 & 0 & 1 & \frac{1}{2}\end{matrix}\right] \underrightarrow{ R_1 + (-3)R_2 } \\ \left[\begin{matrix}4 & 0 & 0 & 2\\0 & 1 & 0 & - \frac{1}{2}\\0 & 0 & 1 & \frac{1}{2}\end{matrix}\right] \underrightarrow{ \frac{R_1}{4} } \left[\begin{matrix}1 & 0 & 0 & \frac{1}{2}\\0 & 1 & 0 & - \frac{1}{2}\\0 & 0 & 1 & \frac{1}{2}\end{matrix}\right]

d) (1,3,12)(-1,3,\frac{1}{2})

[2131.01123.04350.5]R3R1[4350.51123.02131.0]R2+(14)R1[4350.5074342.8752131.0]R3+(12)R1[4350.5074342.875012121.25]R2R2[4350.5074342.875012121.25]R3+(27)R2[4350.5074342.87500272.07142857142857]R3R3[4350.5074342.87500272.07142857142857]R327[4350.5074342.8750017.25]R2+(34)R3[4350.507408.31250017.25]R1+(5)R3[43036.7507408.31250017.25]R274[43036.750104.750017.25]R1+(3)R2[40051.00104.750017.25]R14[10012.750104.750017.25] \left[\begin{matrix}2 & 1 & 3 & -1.0\\1 & -1 & 2 & 3.0\\4 & 3 & 5 & 0.5\end{matrix}\right] \underrightarrow{ R_{3} \leftrightarrow R_{1} } \left[\begin{matrix}4 & 3 & 5 & 0.5\\1 & -1 & 2 & 3.0\\2 & 1 & 3 & -1.0\end{matrix}\right] \underrightarrow{ R_2 + (- \frac{1}{4})R_1 } \left[\begin{matrix}4 & 3 & 5 & 0.5\\0 & - \frac{7}{4} & \frac{3}{4} & 2.875\\2 & 1 & 3 & -1.0\end{matrix}\right] \underrightarrow{ R_3 + (- \frac{1}{2})R_1 } \\ \left[\begin{matrix}4 & 3 & 5 & 0.5\\0 & - \frac{7}{4} & \frac{3}{4} & 2.875\\0 & - \frac{1}{2} & \frac{1}{2} & -1.25\end{matrix}\right] \underrightarrow{ R_{2} \leftrightarrow R_{2} } \left[\begin{matrix}4 & 3 & 5 & 0.5\\0 & - \frac{7}{4} & \frac{3}{4} & 2.875\\0 & - \frac{1}{2} & \frac{1}{2} & -1.25\end{matrix}\right] \underrightarrow{ R_3 + (- \frac{2}{7})R_2 } \\ \left[\begin{matrix}4 & 3 & 5 & 0.5\\0 & - \frac{7}{4} & \frac{3}{4} & 2.875\\0 & 0 & \frac{2}{7} & -2.07142857142857\end{matrix}\right] \underrightarrow{ R_{3} \leftrightarrow R_{3} } \left[\begin{matrix}4 & 3 & 5 & 0.5\\0 & - \frac{7}{4} & \frac{3}{4} & 2.875\\0 & 0 & \frac{2}{7} & -2.07142857142857\end{matrix}\right] \underrightarrow{ \frac{R_3}{\frac{2}{7}} } \left[\begin{matrix}4 & 3 & 5 & 0.5\\0 & - \frac{7}{4} & \frac{3}{4} & 2.875\\0 & 0 & 1 & -7.25\end{matrix}\right] \underrightarrow{ R_2 + (- \frac{3}{4})R_3 } \left[\begin{matrix}4 & 3 & 5 & 0.5\\0 & - \frac{7}{4} & 0 & 8.3125\\0 & 0 & 1 & -7.25\end{matrix}\right] \underrightarrow{ R_1 + (-5)R_3 } \\ \left[\begin{matrix}4 & 3 & 0 & 36.75\\0 & - \frac{7}{4} & 0 & 8.3125\\0 & 0 & 1 & -7.25\end{matrix}\right] \underrightarrow{ \frac{R_2}{- \frac{7}{4}} } \left[\begin{matrix}4 & 3 & 0 & 36.75\\0 & 1 & 0 & -4.75\\0 & 0 & 1 & -7.25\end{matrix}\right] \underrightarrow{ R_1 + (-3)R_2 } \\ \left[\begin{matrix}4 & 0 & 0 & 51.0\\0 & 1 & 0 & -4.75\\0 & 0 & 1 & -7.25\end{matrix}\right] \underrightarrow{ \frac{R_1}{4} } \left[\begin{matrix}1 & 0 & 0 & 12.75\\0 & 1 & 0 & -4.75\\0 & 0 & 1 & -7.25\end{matrix}\right]
  1. Si p1=2+x+4x2p_1 = 2 + x + 4x^2, p2=1x+3x2p_2 = 1 - x + 3x^2 y p3=3+2x+5x2p_3 = 3+2x+5x^2. Exprese los siguientes polinomios como una combinación de p1p_1, p2p_2 y p3p_3.

a) 9x+55x29x+5-5x^2

[435511292135]R1R1[435511292135]R2+(14)R1[4355074344142135]R3+(12)R1[43550743441401212152]R2R2[43550743441401212152]R3+(27)R2[4355074344140027327]R3R3[4355074344140027327]R327[43550743441400116]R2+(34)R3[435507407400116]R1+(5)R3[4308507407400116]R274[43085010100116]R1+(3)R2[40088010100116]R14[10022010100116] \left[\begin{matrix}4 & 3 & 5 & -5\\1 & -1 & 2 & 9\\2 & 1 & 3 & 5\end{matrix}\right] \underrightarrow{ R_{1} \leftrightarrow R_{1} } \left[\begin{matrix}4 & 3 & 5 & -5\\1 & -1 & 2 & 9\\2 & 1 & 3 & 5\end{matrix}\right] \underrightarrow{ R_2 + (- \frac{1}{4})R_1 } \left[\begin{matrix}4 & 3 & 5 & -5\\0 & - \frac{7}{4} & \frac{3}{4} & \frac{41}{4}\\2 & 1 & 3 & 5\end{matrix}\right] \underrightarrow{ R_3 + (- \frac{1}{2})R_1 } \\ \left[\begin{matrix}4 & 3 & 5 & -5\\0 & - \frac{7}{4} & \frac{3}{4} & \frac{41}{4}\\0 & - \frac{1}{2} & \frac{1}{2} & \frac{15}{2}\end{matrix}\right] \underrightarrow{ R_{2} \leftrightarrow R_{2} } \left[\begin{matrix}4 & 3 & 5 & -5\\0 & - \frac{7}{4} & \frac{3}{4} & \frac{41}{4}\\0 & - \frac{1}{2} & \frac{1}{2} & \frac{15}{2}\end{matrix}\right] \underrightarrow{ R_3 + (- \frac{2}{7})R_2 } \\ \left[\begin{matrix}4 & 3 & 5 & -5\\0 & - \frac{7}{4} & \frac{3}{4} & \frac{41}{4}\\0 & 0 & \frac{2}{7} & \frac{32}{7}\end{matrix}\right] \underrightarrow{ R_{3} \leftrightarrow R_{3} } \left[\begin{matrix}4 & 3 & 5 & -5\\0 & - \frac{7}{4} & \frac{3}{4} & \frac{41}{4}\\0 & 0 & \frac{2}{7} & \frac{32}{7}\end{matrix}\right] \underrightarrow{ \frac{R_3}{\frac{2}{7}} } \left[\begin{matrix}4 & 3 & 5 & -5\\0 & - \frac{7}{4} & \frac{3}{4} & \frac{41}{4}\\0 & 0 & 1 & 16\end{matrix}\right] \underrightarrow{ R_2 + (- \frac{3}{4})R_3 } \left[\begin{matrix}4 & 3 & 5 & -5\\0 & - \frac{7}{4} & 0 & - \frac{7}{4}\\0 & 0 & 1 & 16\end{matrix}\right] \underrightarrow{ R_1 + (-5)R_3 } \\ \left[\begin{matrix}4 & 3 & 0 & -85\\0 & - \frac{7}{4} & 0 & - \frac{7}{4}\\0 & 0 & 1 & 16\end{matrix}\right] \underrightarrow{ \frac{R_2}{- \frac{7}{4}} } \left[\begin{matrix}4 & 3 & 0 & -85\\0 & 1 & 0 & 1\\0 & 0 & 1 & 16\end{matrix}\right] \underrightarrow{ R_1 + (-3)R_2 } \\ \left[\begin{matrix}4 & 0 & 0 & -88\\0 & 1 & 0 & 1\\0 & 0 & 1 & 16\end{matrix}\right] \underrightarrow{ \frac{R_1}{4} } \left[\begin{matrix}1 & 0 & 0 & -22\\0 & 1 & 0 & 1\\0 & 0 & 1 & 16\end{matrix}\right]

b) 2+6x22+6x^2

[435611202132]R1R1[435611202132]R2+(14)R1[435607434322132]R3+(12)R1[43560743432012121]R2R2[43560743432012121]R3+(27)R2[43560743432002747]R3R3[43560743432002747]R327[435607434320012]R2+(34)R3[4356074000012]R1+(5)R3[43016074000012]R274[4301601000012]R1+(3)R2[4001601000012]R14[100401000012] \left[\begin{matrix}4 & 3 & 5 & 6\\1 & -1 & 2 & 0\\2 & 1 & 3 & 2\end{matrix}\right] \underrightarrow{ R_{1} \leftrightarrow R_{1} } \left[\begin{matrix}4 & 3 & 5 & 6\\1 & -1 & 2 & 0\\2 & 1 & 3 & 2\end{matrix}\right] \underrightarrow{ R_2 + (- \frac{1}{4})R_1 } \left[\begin{matrix}4 & 3 & 5 & 6\\0 & - \frac{7}{4} & \frac{3}{4} & - \frac{3}{2}\\2 & 1 & 3 & 2\end{matrix}\right] \underrightarrow{ R_3 + (- \frac{1}{2})R_1 } \\ \left[\begin{matrix}4 & 3 & 5 & 6\\0 & - \frac{7}{4} & \frac{3}{4} & - \frac{3}{2}\\0 & - \frac{1}{2} & \frac{1}{2} & -1\end{matrix}\right] \underrightarrow{ R_{2} \leftrightarrow R_{2} } \left[\begin{matrix}4 & 3 & 5 & 6\\0 & - \frac{7}{4} & \frac{3}{4} & - \frac{3}{2}\\0 & - \frac{1}{2} & \frac{1}{2} & -1\end{matrix}\right] \underrightarrow{ R_3 + (- \frac{2}{7})R_2 } \\ \left[\begin{matrix}4 & 3 & 5 & 6\\0 & - \frac{7}{4} & \frac{3}{4} & - \frac{3}{2}\\0 & 0 & \frac{2}{7} & - \frac{4}{7}\end{matrix}\right] \underrightarrow{ R_{3} \leftrightarrow R_{3} } \left[\begin{matrix}4 & 3 & 5 & 6\\0 & - \frac{7}{4} & \frac{3}{4} & - \frac{3}{2}\\0 & 0 & \frac{2}{7} & - \frac{4}{7}\end{matrix}\right] \underrightarrow{ \frac{R_3}{\frac{2}{7}} } \left[\begin{matrix}4 & 3 & 5 & 6\\0 & - \frac{7}{4} & \frac{3}{4} & - \frac{3}{2}\\0 & 0 & 1 & -2\end{matrix}\right] \underrightarrow{ R_2 + (- \frac{3}{4})R_3 } \left[\begin{matrix}4 & 3 & 5 & 6\\0 & - \frac{7}{4} & 0 & 0\\0 & 0 & 1 & -2\end{matrix}\right] \underrightarrow{ R_1 + (-5)R_3 } \\ \left[\begin{matrix}4 & 3 & 0 & 16\\0 & - \frac{7}{4} & 0 & 0\\0 & 0 & 1 & -2\end{matrix}\right] \underrightarrow{ \frac{R_2}{- \frac{7}{4}} } \left[\begin{matrix}4 & 3 & 0 & 16\\0 & 1 & 0 & 0\\0 & 0 & 1 & -2\end{matrix}\right] \underrightarrow{ R_1 + (-3)R_2 } \\ \left[\begin{matrix}4 & 0 & 0 & 16\\0 & 1 & 0 & 0\\0 & 0 & 1 & -2\end{matrix}\right] \underrightarrow{ \frac{R_1}{4} } \left[\begin{matrix}1 & 0 & 0 & 4\\0 & 1 & 0 & 0\\0 & 0 & 1 & -2\end{matrix}\right]

c) 321x2+x3-2^{-1}x^2 + x

[4350.51121.02133.0]R1R1[4350.51121.02133.0]R2+(14)R1[4350.5074341.1252133.0]R3+(12)R1[4350.5074341.125012123.25]R2R2[4350.5074341.125012123.25]R3+(27)R2[4350.5074341.12500272.92857142857143]R3R3[4350.5074341.12500272.92857142857143]R327[4350.5074341.12500110.25]R2+(34)R3[4350.507406.562500110.25]R1+(5)R3[43051.7507406.562500110.25]R274[43051.750103.7500110.25]R1+(3)R2[40063.00103.7500110.25]R14[10015.750103.7500110.25] \left[\begin{matrix}4 & 3 & 5 & -0.5\\1 & -1 & 2 & 1.0\\2 & 1 & 3 & 3.0\end{matrix}\right] \underrightarrow{ R_{1} \leftrightarrow R_{1} } \left[\begin{matrix}4 & 3 & 5 & -0.5\\1 & -1 & 2 & 1.0\\2 & 1 & 3 & 3.0\end{matrix}\right] \underrightarrow{ R_2 + (- \frac{1}{4})R_1 } \left[\begin{matrix}4 & 3 & 5 & -0.5\\0 & - \frac{7}{4} & \frac{3}{4} & 1.125\\2 & 1 & 3 & 3.0\end{matrix}\right] \underrightarrow{ R_3 + (- \frac{1}{2})R_1 } \\ \left[\begin{matrix}4 & 3 & 5 & -0.5\\0 & - \frac{7}{4} & \frac{3}{4} & 1.125\\0 & - \frac{1}{2} & \frac{1}{2} & 3.25\end{matrix}\right] \underrightarrow{ R_{2} \leftrightarrow R_{2} } \left[\begin{matrix}4 & 3 & 5 & -0.5\\0 & - \frac{7}{4} & \frac{3}{4} & 1.125\\0 & - \frac{1}{2} & \frac{1}{2} & 3.25\end{matrix}\right] \underrightarrow{ R_3 + (- \frac{2}{7})R_2 } \\ \left[\begin{matrix}4 & 3 & 5 & -0.5\\0 & - \frac{7}{4} & \frac{3}{4} & 1.125\\0 & 0 & \frac{2}{7} & 2.92857142857143\end{matrix}\right] \underrightarrow{ R_{3} \leftrightarrow R_{3} } \left[\begin{matrix}4 & 3 & 5 & -0.5\\0 & - \frac{7}{4} & \frac{3}{4} & 1.125\\0 & 0 & \frac{2}{7} & 2.92857142857143\end{matrix}\right] \underrightarrow{ \frac{R_3}{\frac{2}{7}} } \left[\begin{matrix}4 & 3 & 5 & -0.5\\0 & - \frac{7}{4} & \frac{3}{4} & 1.125\\0 & 0 & 1 & 10.25\end{matrix}\right] \underrightarrow{ R_2 + (- \frac{3}{4})R_3 } \left[\begin{matrix}4 & 3 & 5 & -0.5\\0 & - \frac{7}{4} & 0 & -6.5625\\0 & 0 & 1 & 10.25\end{matrix}\right] \underrightarrow{ R_1 + (-5)R_3 } \\ \left[\begin{matrix}4 & 3 & 0 & -51.75\\0 & - \frac{7}{4} & 0 & -6.5625\\0 & 0 & 1 & 10.25\end{matrix}\right] \underrightarrow{ \frac{R_2}{- \frac{7}{4}} } \left[\begin{matrix}4 & 3 & 0 & -51.75\\0 & 1 & 0 & 3.75\\0 & 0 & 1 & 10.25\end{matrix}\right] \underrightarrow{ R_1 + (-3)R_2 } \\ \left[\begin{matrix}4 & 0 & 0 & -63.0\\0 & 1 & 0 & 3.75\\0 & 0 & 1 & 10.25\end{matrix}\right] \underrightarrow{ \frac{R_1}{4} } \left[\begin{matrix}1 & 0 & 0 & -15.75\\0 & 1 & 0 & 3.75\\0 & 0 & 1 & 10.25\end{matrix}\right]

d) 7x2x2+17x-2x^2+1

[435211272131]R1R1[435211272131]R2+(14)R1[4352074341522131]R3+(12)R1[435207434152012122]R2R2[435207434152012122]R3+(27)R2[435207434152002717]R3R3[435207434152002717]R327[43520743415200112]R2+(34)R3[4352074063800112]R1+(5)R3[43012074063800112]R274[430120109200112]R1+(3)R2[400140109200112]R14[100720109200112] \left[\begin{matrix}4 & 3 & 5 & -2\\1 & -1 & 2 & 7\\2 & 1 & 3 & 1\end{matrix}\right] \underrightarrow{ R_{1} \leftrightarrow R_{1} } \left[\begin{matrix}4 & 3 & 5 & -2\\1 & -1 & 2 & 7\\2 & 1 & 3 & 1\end{matrix}\right] \underrightarrow{ R_2 + (- \frac{1}{4})R_1 } \left[\begin{matrix}4 & 3 & 5 & -2\\0 & - \frac{7}{4} & \frac{3}{4} & \frac{15}{2}\\2 & 1 & 3 & 1\end{matrix}\right] \underrightarrow{ R_3 + (- \frac{1}{2})R_1 } \\ \left[\begin{matrix}4 & 3 & 5 & -2\\0 & - \frac{7}{4} & \frac{3}{4} & \frac{15}{2}\\0 & - \frac{1}{2} & \frac{1}{2} & 2\end{matrix}\right] \underrightarrow{ R_{2} \leftrightarrow R_{2} } \left[\begin{matrix}4 & 3 & 5 & -2\\0 & - \frac{7}{4} & \frac{3}{4} & \frac{15}{2}\\0 & - \frac{1}{2} & \frac{1}{2} & 2\end{matrix}\right] \underrightarrow{ R_3 + (- \frac{2}{7})R_2 } \\ \left[\begin{matrix}4 & 3 & 5 & -2\\0 & - \frac{7}{4} & \frac{3}{4} & \frac{15}{2}\\0 & 0 & \frac{2}{7} & - \frac{1}{7}\end{matrix}\right] \underrightarrow{ R_{3} \leftrightarrow R_{3} } \left[\begin{matrix}4 & 3 & 5 & -2\\0 & - \frac{7}{4} & \frac{3}{4} & \frac{15}{2}\\0 & 0 & \frac{2}{7} & - \frac{1}{7}\end{matrix}\right] \underrightarrow{ \frac{R_3}{\frac{2}{7}} } \left[\begin{matrix}4 & 3 & 5 & -2\\0 & - \frac{7}{4} & \frac{3}{4} & \frac{15}{2}\\0 & 0 & 1 & - \frac{1}{2}\end{matrix}\right] \underrightarrow{ R_2 + (- \frac{3}{4})R_3 } \left[\begin{matrix}4 & 3 & 5 & -2\\0 & - \frac{7}{4} & 0 & \frac{63}{8}\\0 & 0 & 1 & - \frac{1}{2}\end{matrix}\right] \underrightarrow{ R_1 + (-5)R_3 } \\ \left[\begin{matrix}4 & 3 & 0 & \frac{1}{2}\\0 & - \frac{7}{4} & 0 & \frac{63}{8}\\0 & 0 & 1 & - \frac{1}{2}\end{matrix}\right] \underrightarrow{ \frac{R_2}{- \frac{7}{4}} } \left[\begin{matrix}4 & 3 & 0 & \frac{1}{2}\\0 & 1 & 0 & - \frac{9}{2}\\0 & 0 & 1 & - \frac{1}{2}\end{matrix}\right] \underrightarrow{ R_1 + (-3)R_2 } \\ \left[\begin{matrix}4 & 0 & 0 & 14\\0 & 1 & 0 & - \frac{9}{2}\\0 & 0 & 1 & - \frac{1}{2}\end{matrix}\right] \underrightarrow{ \frac{R_1}{4} } \left[\begin{matrix}1 & 0 & 0 & \frac{7}{2}\\0 & 1 & 0 & - \frac{9}{2}\\0 & 0 & 1 & - \frac{1}{2}\end{matrix}\right]
  1. Escriba a BB como una combinación lineal del conjunto de vectores A.

a) B=(124),A={(215),(412),(313)}B = \begin{pmatrix} -1 \\ -2 \\ 4\end{pmatrix}, A = \{\begin{pmatrix}-2 \\ -1 \\ -5\end{pmatrix}, \begin{pmatrix}4 \\ -1 \\ -2\end{pmatrix}, \begin{pmatrix}3 \\ 1 \\ -3\end{pmatrix}\}

[243111125234]R3R1[523411122431]R2+(15)R1[5234035851452431]R3+(25)R1[5234035851450245215135]R3R2[5234024521513503585145]R3+(18)R2[5234024521513500178258]R3R3[5234024521513500178258]R3178[523402452151350012517]R2+(215)R3[523402450304850012517]R1+(3)R3[52071702450304850012517]R2245[52071701038510012517]R1+(2)R2[500555101038510012517]R15[100115101038510012517] \left[\begin{matrix}-2 & 4 & 3 & -1\\-1 & -1 & 1 & -2\\-5 & -2 & -3 & 4\end{matrix}\right] \underrightarrow{ R_{3} \leftrightarrow R_{1} } \left[\begin{matrix}-5 & -2 & -3 & 4\\-1 & -1 & 1 & -2\\-2 & 4 & 3 & -1\end{matrix}\right] \underrightarrow{ R_2 + (- \frac{1}{5})R_1 } \left[\begin{matrix}-5 & -2 & -3 & 4\\0 & - \frac{3}{5} & \frac{8}{5} & - \frac{14}{5}\\-2 & 4 & 3 & -1\end{matrix}\right] \underrightarrow{ R_3 + (- \frac{2}{5})R_1 } \\ \left[\begin{matrix}-5 & -2 & -3 & 4\\0 & - \frac{3}{5} & \frac{8}{5} & - \frac{14}{5}\\0 & \frac{24}{5} & \frac{21}{5} & - \frac{13}{5}\end{matrix}\right] \underrightarrow{ R_{3} \leftrightarrow R_{2} } \left[\begin{matrix}-5 & -2 & -3 & 4\\0 & \frac{24}{5} & \frac{21}{5} & - \frac{13}{5}\\0 & - \frac{3}{5} & \frac{8}{5} & - \frac{14}{5}\end{matrix}\right] \underrightarrow{ R_3 + (\frac{1}{8})R_2 } \\ \left[\begin{matrix}-5 & -2 & -3 & 4\\0 & \frac{24}{5} & \frac{21}{5} & - \frac{13}{5}\\0 & 0 & \frac{17}{8} & - \frac{25}{8}\end{matrix}\right] \underrightarrow{ R_{3} \leftrightarrow R_{3} } \left[\begin{matrix}-5 & -2 & -3 & 4\\0 & \frac{24}{5} & \frac{21}{5} & - \frac{13}{5}\\0 & 0 & \frac{17}{8} & - \frac{25}{8}\end{matrix}\right] \underrightarrow{ \frac{R_3}{\frac{17}{8}} } \left[\begin{matrix}-5 & -2 & -3 & 4\\0 & \frac{24}{5} & \frac{21}{5} & - \frac{13}{5}\\0 & 0 & 1 & - \frac{25}{17}\end{matrix}\right] \underrightarrow{ R_2 + (- \frac{21}{5})R_3 } \left[\begin{matrix}-5 & -2 & -3 & 4\\0 & \frac{24}{5} & 0 & \frac{304}{85}\\0 & 0 & 1 & - \frac{25}{17}\end{matrix}\right] \underrightarrow{ R_1 + (3)R_3 } \\ \left[\begin{matrix}-5 & -2 & 0 & - \frac{7}{17}\\0 & \frac{24}{5} & 0 & \frac{304}{85}\\0 & 0 & 1 & - \frac{25}{17}\end{matrix}\right] \underrightarrow{ \frac{R_2}{\frac{24}{5}} } \left[\begin{matrix}-5 & -2 & 0 & - \frac{7}{17}\\0 & 1 & 0 & \frac{38}{51}\\0 & 0 & 1 & - \frac{25}{17}\end{matrix}\right] \underrightarrow{ R_1 + (2)R_2 } \\ \left[\begin{matrix}-5 & 0 & 0 & \frac{55}{51}\\0 & 1 & 0 & \frac{38}{51}\\0 & 0 & 1 & - \frac{25}{17}\end{matrix}\right] \underrightarrow{ \frac{R_1}{-5} } \left[\begin{matrix}1 & 0 & 0 & - \frac{11}{51}\\0 & 1 & 0 & \frac{38}{51}\\0 & 0 & 1 & - \frac{25}{17}\end{matrix}\right]

b) B=x2+2x,A={x21,x2+1,x2x1,x2+5x}B = -x^2+2x, A = \{x^2-1, x^2+1, x^2-x-1, x^2+5x\}:

[111110015211110]R3R1+R3[111110015202001]R2R3[10111201001200152]R3[10111201001200152]R1R3+R1[10063201001200152]c1=32,c2=12,c3=2,c4=0 \begin{bmatrix} 1 & 1 &1 &1 & -1 \\ 0 & 0& -1 & 5 & 2 \\ -1 & 1 &-1 & -1 & 0 \end{bmatrix} \underrightarrow{R_3 \rightarrow R_1 + R_3} \begin{bmatrix}1 & 1&1&1&-1\\0&0&-1&5&2\\0&2&0&0&-1\end{bmatrix} \underrightarrow{R_2 \leftrightarrow R_3} \\ \begin{bmatrix}1&0&1&1&-\frac{1}{2} \\ 0 & 1&0&0&-\frac{1}{2} \\ 0 & 0&-1&5&2\end{bmatrix} \underrightarrow{-R_3} \begin{bmatrix}1&0&1&1&-\frac{1}{2}\\0&1&0&0&-\frac{1}{2}\\0&0&1&5&-2\end{bmatrix} \rightarrow{R_1 \rightarrow -R_3 + R_1} \\ \begin{bmatrix}1&0&0&6&\frac{3}{2} \\ 0&1&0&0&-\frac{1}{2}\\0&0&1&5&-2\end{bmatrix} \therefore c_1 = \frac{3}{2}, c_2 = -\frac{1}{2}, c_3 = -2, c_4 = 0

Vectores Linealmente Independientes y Dependientes

  1. Determine los valores de kk para que el conjunto H={(k23),(22k1),(k03)}H = \{\begin{pmatrix}k \\ -2 \\3 \end{pmatrix}, \begin{pmatrix}2 \\ -2k \\ -1\end{pmatrix}, \begin{pmatrix}k \\ 0 \\3\end{pmatrix}\} sea lineal-mente independiente.
A=[k2k22k0313] A = \begin{bmatrix}k&2&k\\-2&-2k&0\\3&-1&3\end{bmatrix} A6k2+2k(6k212)6k2+2k+6k2122k+12K=6 |A| \rightarrow -6k^2+2k-(-6k^2-12) \rightarrow6k^2+2k+6k^2-12\rightarrow 2k+12 \therefore K = -6
  1. Sea VV el espacio vectorial de todas las funciones con valore real definidas sobre la recta real completa. ¿Cuáles de los siguientes conjuntos de vectores en VV son lineal-mente dependientes?

a) {2,4sin2x,cos2x}\{2,4\sin^2{x},\cos^2{x}\} Nos da un sistema incosistente, por lo tanto es linealmente dependiente.

b) {x,cosx}\{x, \cos{x}\}

[xcosx01sinx0]R1R2[1sinx0xcosx0]xR1+R2[1sinx00cosx+xsinx0] 1cosx+xsinxR2[1sinx0010]sinxR2+R1[100010]C1=C2=0 Solucioˊn consistente, por lo tanto es linealmente independiente. \begin{bmatrix}x & \cos{x} & 0 \\ 1 & -\sin{x} & 0\end{bmatrix} \underrightarrow{R_1 \leftrightarrow R_2} \begin{bmatrix}1 & -\sin{x} & 0 \\ x & \cos{x} & 0\end{bmatrix} \underrightarrow{-xR_1 + R_2} \begin{bmatrix}1&\sin{x}&0 \\ 0 & \cos{x} +x\sin{x}&0\end{bmatrix}\ \underrightarrow{\frac{1}{\cos{x} + x\sin{x}}}R_2 \\ \begin{bmatrix}1 & -\sin{x} & 0\\ 0&1&0\end{bmatrix} \underrightarrow{\sin{x}R_2 + R_1} \begin{bmatrix}1&0&0\\0&1&0\end{bmatrix} \therefore C_1 = C_2 = 0 \therefore \text{ Solución consistente, por lo tanto es linealmente independiente.}

c) {1,sinx,sin2x}\{1,\sin{x},\sin{2x}\}

[000][1sinxsin2x][1sinxsin2x00cosx2cos2x00sinx4sin2x0]1cosxR2[1sinxsin2x0012cos2xcosx00sinx4sin2x]sinxR2+R1sinxR2+R3[100001000010]Solucioˊn consistente donde c1=c2=c3=0 Por lo tanto es linealmente independiente \begin{bmatrix}0\\0\\0\end{bmatrix} \rightarrow \begin{bmatrix}1\\\sin{x}\\\sin{2x}\end{bmatrix} \therefore \begin{bmatrix}1&\sin{x}&\sin{2x} &0\\ 0 & \cos{x} & 2\cos{2x} & 0 \\ 0 & -\sin{x} & -4\sin{2x}&0\end{bmatrix} \underrightarrow{\frac{1}{\cos{x}}R_2} \begin{bmatrix}1 & \sin{x} & \sin{2x} & 0 \\ 0&1&2\frac{\cos{2x}}{\cos{x}}&0\\0&-\sin{x}&-4\sin{2x}\end{bmatrix} \underrightarrow{-\sin{x}R_2 + R_1 \\ \sin{x}R-2 + R_3} \\ \dots \\ \begin{bmatrix}1&0&0&0\\0&1&0&0\\0&0&1&0\end{bmatrix} \therefore \text{Solución consistente donde } c_1 = c_2 = c_3 = 0 \text{ Por lo tanto es linealmente independiente}

d) {cos2x,sin2x,cos2x}\{\cos{2x}, \sin^2{x}, \cos^2{x}\} El sistema es linealmente independiente por ser un sistema consistente con soluciones infinitas.

  1. Para que los valores de kk, las siguientes matrices son linealmente independientes de M22M_ {22} [101k],[10k1],[2013]\begin{bmatrix}1 & 0\\ 1 & k\end{bmatrix}, \begin{bmatrix}-1 & 0 \\ k & 1\end{bmatrix}, \begin{bmatrix}2 & 0 \\ 1 & 3\end{bmatrix}
[112a000b1k1ck03d] \begin{bmatrix}1&-1&2&a\\0&0&0&b\\1&k&1&c\\k&0&3&d\end{bmatrix} \therefore \text{}
  1. Construya un conjunto de vectores H={v1,v2,v3}R3H = \{v_1, v_2, v_3\} \in R^3 tal que sean linealmente independientes y v1TV2=v2Tv3=0v_1^TV_2 = v_2^Tv_3 = 0.
V1=[100],V2=[010],V3=[001] V_1 = \begin{bmatrix}1\\0\\0\end{bmatrix} , V_2 = \begin{bmatrix}0\\1\\0\end{bmatrix}, V_3 = \begin{bmatrix}0\\0\\1\end{bmatrix} A=[100010001]A=0 A = \begin{bmatrix}1&0&0\\0&1&0\\0&0&1\end{bmatrix} \therefore |A| = 0 V1TV2=[100][010]=0V2TV3=[010][001]=0V1TV2=V2TV1=0 V_1^T V_2 = \begin{bmatrix}1&0&0\end{bmatrix} \begin{bmatrix}0\\1\\0\end{bmatrix} = 0 \\ V_2^TV_3 = \begin{bmatrix}0&1&0\end{bmatrix} \begin{bmatrix}0\\0\\1\end{bmatrix} = 0 \\ \therefore \\ V_1^TV_2 = V_2^TV_1 = 0
  1. Sea H={v1,v2,v3}R3H = \{v_1, v_2, v_3\} \in R^3. Demuestre que si det(H)=det([v1,v2,v3])=0det(H) = det( [v_1, v_2, v_3] ) = 0, entonces HH es lineal-mente independiente.

Bases y Cambios de Base

  1. Determine una base para el espacio de funciones que satisface: dydx2y=0\frac{dy}{dx}-2y=0.

  2. Considera las bases B={u1,u2}B = \{u_1,u_2\} y B={u1,u2}B' = \{u'_1,u'_2\} para R^2, donde: u1=(22),u2=(41),u1=(13),u2=(11)u_1 = \begin{pmatrix}2\\2\end{pmatrix}, u_2 = \begin{pmatrix}4\\-1\end{pmatrix}, u'_1 = \begin{pmatrix}1\\3\end{pmatrix}, u'_2 = \begin{pmatrix}-1\\-1\end{pmatrix}

a) Calcula la matriz de transición de BB' hacia BB.

[24112131]R1R1[24112131]R2+(1)R1[24110520]R2R2[24110520]R25[241101250]R1+(4)R2[20135101250]R12[1013101201250] \left[\begin{matrix}2 & 4 & 1 & -1\\2 & -1 & 3 & -1\end{matrix}\right] \underrightarrow{ R_{1} \leftrightarrow R_{1} } \left[\begin{matrix}2 & 4 & 1 & -1\\2 & -1 & 3 & -1\end{matrix}\right] \underrightarrow{ R_2 + (-1)R_1 } \left[\begin{matrix}2 & 4 & 1 & -1\\0 & -5 & 2 & 0\end{matrix}\right] \underrightarrow{ R_{2} \leftrightarrow R_{2} } \left[\begin{matrix}2 & 4 & 1 & -1\\0 & -5 & 2 & 0\end{matrix}\right] \underrightarrow{ \frac{R_2}{-5} } \left[\begin{matrix}2 & 4 & 1 & -1\\0 & 1 & - \frac{2}{5} & 0\end{matrix}\right] \underrightarrow{ R_1 + (-4)R_2 } \\ \left[\begin{matrix}2 & 0 & \frac{13}{5} & -1\\0 & 1 & - \frac{2}{5} & 0\end{matrix}\right] \underrightarrow{ \frac{R_1}{2} } \left[\begin{matrix}1 & 0 & \frac{13}{10} & - \frac{1}{2}\\0 & 1 & - \frac{2}{5} & 0\end{matrix}\right]

b) Calcula la matriz de transición de BB hacia BB'.

[11243121]R2R1[31211124]R2+(13)R1[312102343133]R2R2[312102343133]R223[3121012132]R1+(1)R2[300152012132]R13[10052012132] \left[\begin{matrix}1 & -1 & 2 & 4\\3 & -1 & 2 & -1\end{matrix}\right] \underrightarrow{ R_{2} \leftrightarrow R_{1} } \left[\begin{matrix}3 & -1 & 2 & -1\\1 & -1 & 2 & 4\end{matrix}\right] \underrightarrow{ R_2 + (- \frac{1}{3})R_1 } \left[\begin{matrix}3 & -1 & 2 & -1\\0 & - \frac{2}{3} & \frac{4}{3} & \frac{13}{3}\end{matrix}\right] \underrightarrow{ R_{2} \leftrightarrow R_{2} } \left[\begin{matrix}3 & -1 & 2 & -1\\0 & - \frac{2}{3} & \frac{4}{3} & \frac{13}{3}\end{matrix}\right] \underrightarrow{ \frac{R_2}{- \frac{2}{3}} } \left[\begin{matrix}3 & -1 & 2 & -1\\0 & 1 & -2 & - \frac{13}{2}\end{matrix}\right] \underrightarrow{ R_1 + (1)R_2 } \\ \left[\begin{matrix}3 & 0 & 0 & - \frac{15}{2}\\0 & 1 & -2 & - \frac{13}{2}\end{matrix}\right] \underrightarrow{ \frac{R_1}{3} } \left[\begin{matrix}1 & 0 & 0 & - \frac{5}{2}\\0 & 1 & -2 & - \frac{13}{2}\end{matrix}\right]

c) Dado el vector w=(35)w = \begin{pmatrix}3\\-5\end{pmatrix}, calcula [w]B[w]_B y [w]B[w]_{B'}.

[W]B=[243215]R1R1[243215]R2+(1)R1[243058]R2R2[243058]R25[2430185]R1+(4)R2[201750185]R12[1017100185] [W]_B = \left[\begin{matrix}2 & 4 & 3\\2 & -1 & -5\end{matrix}\right] \underrightarrow{ R_{1} \leftrightarrow R_{1} } \left[\begin{matrix}2 & 4 & 3\\2 & -1 & -5\end{matrix}\right] \underrightarrow{ R_2 + (-1)R_1 } \left[\begin{matrix}2 & 4 & 3\\0 & -5 & -8\end{matrix}\right] \underrightarrow{ R_{2} \leftrightarrow R_{2} } \left[\begin{matrix}2 & 4 & 3\\0 & -5 & -8\end{matrix}\right] \underrightarrow{ \frac{R_2}{-5} } \left[\begin{matrix}2 & 4 & 3\\0 & 1 & \frac{8}{5}\end{matrix}\right] \underrightarrow{ R_1 + (-4)R_2 } \\ \left[\begin{matrix}2 & 0 & - \frac{17}{5}\\0 & 1 & \frac{8}{5}\end{matrix}\right] \underrightarrow{ \frac{R_1}{2} } \left[\begin{matrix}1 & 0 & - \frac{17}{10}\\0 & 1 & \frac{8}{5}\end{matrix}\right] [W]B=[113315]R2R1[315113]R2+(13)R1[315023143]R2R2[315023143]R223[315017]R1+(1)R2[3012017]R13[104017] [W]_{B'} = \left[\begin{matrix}1 & -1 & 3\\3 & -1 & -5\end{matrix}\right] \underrightarrow{ R_{2} \leftrightarrow R_{1} } \left[\begin{matrix}3 & -1 & -5\\1 & -1 & 3\end{matrix}\right] \underrightarrow{ R_2 + (- \frac{1}{3})R_1 } \left[\begin{matrix}3 & -1 & -5\\0 & - \frac{2}{3} & \frac{14}{3}\end{matrix}\right] \underrightarrow{ R_{2} \leftrightarrow R_{2} } \left[\begin{matrix}3 & -1 & -5\\0 & - \frac{2}{3} & \frac{14}{3}\end{matrix}\right] \underrightarrow{ \frac{R_2}{- \frac{2}{3}} } \left[\begin{matrix}3 & -1 & -5\\0 & 1 & -7\end{matrix}\right] \underrightarrow{ R_1 + (1)R_2 } \\ \left[\begin{matrix}3 & 0 & -12\\0 & 1 & -7\end{matrix}\right] \underrightarrow{ \frac{R_1}{3} } \left[\begin{matrix}1 & 0 & -4\\0 & 1 & -7\end{matrix}\right]
  1. Sean los polinomios p1=x2+x2p_1 = x^2 + x - 2, p2=3x2xp_2 = 3x^2-x, realiza los siguientes ejercicios:

a) p3=2p1p2p_3 = 2p_1 - p_2

2x2+2x43x2x=x2+3x4 2x^2 + 2x - 4 - 3x^2 - x = -x^2+3x-4

b) El conjunto {p1,p2,p3}\{p_1,p_2,p_3\}, ¿forman una base? Justifica.

A=[112310134]A=0 No es base y es linealmente dependiente A = \begin{bmatrix}1 & 1 & -2 \\ 3&-1&0\\-1&3&-4\end{bmatrix} \therefore |A| = 0 \therefore \text{ No es base y es linealmente dependiente}
  1. Dado el siguiente sistema de ecuaciones lineales homogéneo: x+3y+z=02x+2yz=03xy2z=0\begin{align*}-x+3y+z = 0 \\ 2x+2y-z=0\\3x-y-2z=0\end{align*} Determina la base(si es que existe) del conjunto solución del problema.
[131022103120]R1[131022103120]2R1+R23R1+R3[131008100810]18R2[1310011800810]3R2+R18R2+R3[10560011800000]x=58z,y=18z,zR \begin{bmatrix}-1&3&1&0\\2&2&-1&0\\3&-1&-2&0\end{bmatrix} \underrightarrow{-R1}\begin{bmatrix}1&-3&1&0\\2&2&-1&0\\3&-1&-2&0\end{bmatrix} \underrightarrow{-2R_1 + R_2 \\ -3R_1 + R_3} \\ \begin{bmatrix}1&-3&-1&0\\0&8&1&0\\0&8&1&0\end{bmatrix} \underrightarrow{\frac{1}{8}R_2}\begin{bmatrix}1&-3&-1&0\\0&1&\frac{1}{8}&0\\0&8&1&0\end{bmatrix}\underrightarrow{3R_2 + R_1 \\ -8R_2 +R_3} \\\begin{bmatrix}1 &0&-\frac{5}{6}&0\\0&1&\frac{1}{8}&0\\0&0&0&0\end{bmatrix} \therefore x = \frac{5}{8}z, y = -\frac{1}{8}z, z\in R z[58581]=Sdim(S)=1 z\begin{bmatrix}\frac{5}{8} \\ -\frac{5}{8} \\1\end{bmatrix} = S \\ dim(S) =1
  1. Dados los vectores y bases siguientes: V=(13),Z={[13],[10]},W={[11],[01]}V = \begin{pmatrix}-1\\3\end{pmatrix}, Z = \left\{ \begin{bmatrix}-1\\-3\end{bmatrix}, \begin{bmatrix}1\\0\end{bmatrix} \right\}, W = \left\{ \begin{bmatrix}1\\-1\end{bmatrix}, \begin{bmatrix}0\\1\end{bmatrix} \right\}

a) Calcula [V]W[V]_W.

[101113]R1R1[101113]R2+(1)R1[101012]R2R2[101012]R21[101012]R1+(0)R2[101012]R11[101012] \left[\begin{matrix}1 & 0 & -1\\-1 & 1 & 3\end{matrix}\right] \underrightarrow{ R_{1} \leftrightarrow R_{1} } \left[\begin{matrix}1 & 0 & -1\\-1 & 1 & 3\end{matrix}\right] \underrightarrow{ R_2 + (1)R_1 } \left[\begin{matrix}1 & 0 & -1\\0 & 1 & 2\end{matrix}\right] \underrightarrow{ R_{2} \leftrightarrow R_{2} } \left[\begin{matrix}1 & 0 & -1\\0 & 1 & 2\end{matrix}\right] \underrightarrow{ \frac{R_2}{1} } \left[\begin{matrix}1 & 0 & -1\\0 & 1 & 2\end{matrix}\right] \underrightarrow{ R_1 + (0)R_2 } \\ \left[\begin{matrix}1 & 0 & -1\\0 & 1 & 2\end{matrix}\right] \underrightarrow{ \frac{R_1}{1} } \left[\begin{matrix}1 & 0 & -1\\0 & 1 & 2\end{matrix}\right]

b) Calcula la matriz de transición de WW hacia ZZ.

[11103011]R2R1[30111110]R2+(13)R1[3011014313]R2R2[3011014313]R21[3011014313]R1+(0)R2[3011014313]R13[101313014313] \left[\begin{matrix}-1 & 1 & 1 & 0\\-3 & 0 & -1 & 1\end{matrix}\right] \underrightarrow{ R_{2} \leftrightarrow R_{1} } \left[\begin{matrix}-3 & 0 & -1 & 1\\-1 & 1 & 1 & 0\end{matrix}\right] \underrightarrow{ R_2 + (- \frac{1}{3})R_1 } \left[\begin{matrix}-3 & 0 & -1 & 1\\0 & 1 & \frac{4}{3} & - \frac{1}{3}\end{matrix}\right] \underrightarrow{ R_{2} \leftrightarrow R_{2} } \left[\begin{matrix}-3 & 0 & -1 & 1\\0 & 1 & \frac{4}{3} & - \frac{1}{3}\end{matrix}\right] \underrightarrow{ \frac{R_2}{1} } \left[\begin{matrix}-3 & 0 & -1 & 1\\0 & 1 & \frac{4}{3} & - \frac{1}{3}\end{matrix}\right] \underrightarrow{ R_1 + (0)R_2 } \\ \left[\begin{matrix}-3 & 0 & -1 & 1\\0 & 1 & \frac{4}{3} & - \frac{1}{3}\end{matrix}\right] \underrightarrow{ \frac{R_1}{-3} } \left[\begin{matrix}1 & 0 & \frac{1}{3} & - \frac{1}{3}\\0 & 1 & \frac{4}{3} & - \frac{1}{3}\end{matrix}\right]

c) Calcula [V]Z[V]_Z utilizando la matriz de transición del inciso anterior.

[13134313][13]=[2313] \left[\begin{matrix}\frac{1}{3} & - \frac{1}{3}\\\frac{4}{3} & - \frac{1}{3}\end{matrix}\right] \left[\begin{matrix}-1 \\ 3\end{matrix}\right] = \left[\begin{matrix}-\frac{2}{3} \\ \frac{1}{3}\end{matrix}\right]
  1. Dado el siguiente conjunto de vectores: (12,7,0),(13,0,2),(0,7,15)(\frac{1}{2},-7,0), (-\frac{1}{3},0,2),(0,-7,\frac{1}{5}).

a) Determine si el conjunto genera a R3R^3.

[13130a707b0215c]2R1[12302a707b0215c]7R1+R2[12302a0143714a+b0215c]314R2[12302a01233a314b0215c]23R2+R12R2+R3[1012a17b01323a314b001456a+37b2c]514R3[1012a17b01323a34bb0016a+37bc]R3+R132R3+R2[1008a47b+2c01012a67b+3c0016s+37b2c]Si es consistente, genera R3 \begin{bmatrix}\frac{1}{3} & -\frac{1}{3} & 0 & a\\ -7 & 0&-7&b\\0&2&\frac{1}{5}&c\end{bmatrix} \underrightarrow{2R_1} \begin{bmatrix}1 & -\frac{2}{3} & 0 & 2a \\ -7 &0&-7&b\\0&2&\frac{1}{5}&c\end{bmatrix} \underrightarrow{7R1 + R_2} \\\begin{bmatrix}1&-\frac{2}{3} & 0&2a\\0&-\frac{14}{3}&-7&14a+b\\0&2&\frac{1}{5}&c\end{bmatrix} \underrightarrow{-\frac{3}{14}R_2} \begin{bmatrix}1&-\frac{2}{3}&0&2a\\0&1&\frac{2}{3}&-3a-\frac{3}{14}b\\0&2&\frac{1}{5}&c\end{bmatrix} \underrightarrow{\frac{2}{3}R_2 + R1 \\-2R_2 + R_3}\\\begin{bmatrix}1&0&1&-2a-\frac{1}{7}b\\0&1&\frac{3}{2}&-3a-\frac{3}{14}b\\0&0&-\frac{14}{5}&6a+\frac{3}{7}b-2c\end{bmatrix} \underrightarrow{-\frac{5}{14}R_3} \begin{bmatrix}1&0&1&-2a-\frac{1}{7}b\\0&1&\frac{3}{2}&-3a-\frac{3}{4}bb\\0&0&1&6a+\frac{3}{7}b-c\end{bmatrix} \underrightarrow{-R_3 + R_1 \\ - \frac{3}{2}R_3 + R_2} \begin{bmatrix}1&0&0&8a-\frac{4}{7}b +2c\\0&1&0&12a-\frac{6}{7}b+3c\\0&0&1&6s+\frac{3}{7}b-2c\end{bmatrix} \\ \therefore \text{Si es consistente, genera } R^3

b) Genere un espacio vectorial de 3 elementos usando el conjunto de vectores. c) Con los vectores, construya un sistema de ecuaciones lineales homogéneo y determine la base de las soluciones del sistema.

[000]=C1[1270]+C2[1302]+C3[0715] \begin{bmatrix}0\\0\\0\end{bmatrix} = C_1\begin{bmatrix}\frac{1}{2} \\ -7 \\ 0\end{bmatrix} + C_2\begin{bmatrix}-\frac{1}{3}\\0\\2\end{bmatrix} + C_3\begin{bmatrix}0\\-7\\\frac{1}{5}\end{bmatrix} [0.50.333333333333333007.007.0002.00.20]R2R1[7.007.000.50.3333333333333330002.00.20]R2+(0.0714285714285714)R1[7.007.0000.3333333333333330.5002.00.20]R3+(0)R1[7.007.0000.3333333333333330.5002.00.20]R3R2[7.007.0002.00.2000.3333333333333330.50]R3+(0.166666666666667)R2[7.007.0002.00.20000.4666666666666670]R3R3[7.007.0002.00.20000.4666666666666670]R30.466666666666667[7.007.0002.00.20001.00]R2+(0.2)R3[7.007.0002.000001.00]R1+(7.0)R3[7.000002.000001.00]R22.0[7.000001.000001.00]R1+(0)R2[7.000001.000001.00]R17.0[1.000001.000001.00] \left[\begin{matrix}0.5 & -0.333333333333333 & 0 & 0\\-7.0 & 0 & -7.0 & 0\\0 & 2.0 & 0.2 & 0\end{matrix}\right] \underrightarrow{ R_{2} \leftrightarrow R_{1} } \left[\begin{matrix}-7.0 & 0 & -7.0 & 0\\0.5 & -0.333333333333333 & 0 & 0\\0 & 2.0 & 0.2 & 0\end{matrix}\right] \underrightarrow{ R_2 + (0.0714285714285714)R_1 } \left[\begin{matrix}-7.0 & 0 & -7.0 & 0\\0 & -0.333333333333333 & -0.5 & 0\\0 & 2.0 & 0.2 & 0\end{matrix}\right] \underrightarrow{ R_3 + (0)R_1 } \\ \left[\begin{matrix}-7.0 & 0 & -7.0 & 0\\0 & -0.333333333333333 & -0.5 & 0\\0 & 2.0 & 0.2 & 0\end{matrix}\right] \underrightarrow{ R_{3} \leftrightarrow R_{2} } \left[\begin{matrix}-7.0 & 0 & -7.0 & 0\\0 & 2.0 & 0.2 & 0\\0 & -0.333333333333333 & -0.5 & 0\end{matrix}\right] \underrightarrow{ R_3 + (0.166666666666667)R_2 } \\ \left[\begin{matrix}-7.0 & 0 & -7.0 & 0\\0 & 2.0 & 0.2 & 0\\0 & 0 & -0.466666666666667 & 0\end{matrix}\right] \underrightarrow{ R_{3} \leftrightarrow R_{3} } \left[\begin{matrix}-7.0 & 0 & -7.0 & 0\\0 & 2.0 & 0.2 & 0\\0 & 0 & -0.466666666666667 & 0\end{matrix}\right] \underrightarrow{ \frac{R_3}{-0.466666666666667} } \left[\begin{matrix}-7.0 & 0 & -7.0 & 0\\0 & 2.0 & 0.2 & 0\\0 & 0 & 1.0 & 0\end{matrix}\right] \underrightarrow{ R_2 + (-0.2)R_3 } \left[\begin{matrix}-7.0 & 0 & -7.0 & 0\\0 & 2.0 & 0 & 0\\0 & 0 & 1.0 & 0\end{matrix}\right] \underrightarrow{ R_1 + (7.0)R_3 } \\ \left[\begin{matrix}-7.0 & 0 & 0 & 0\\0 & 2.0 & 0 & 0\\0 & 0 & 1.0 & 0\end{matrix}\right] \underrightarrow{ \frac{R_2}{2.0} } \left[\begin{matrix}-7.0 & 0 & 0 & 0\\0 & 1.0 & 0 & 0\\0 & 0 & 1.0 & 0\end{matrix}\right] \underrightarrow{ R_1 + (0)R_2 } \\ \left[\begin{matrix}-7.0 & 0 & 0 & 0\\0 & 1.0 & 0 & 0\\0 & 0 & 1.0 & 0\end{matrix}\right] \underrightarrow{ \frac{R_1}{-7.0} } \left[\begin{matrix}1.0 & 0 & 0 & 0\\0 & 1.0 & 0 & 0\\0 & 0 & 1.0 & 0\end{matrix}\right] C1=C2=C3=0 \therefore \\ C_1 = C_2 = C_3 = 0

Sistema consistente, que genera a R3R^3

  1. Sea V=(15)V = \begin{pmatrix}-1\\5\end{pmatrix} y [V]W=(27)[V]_W = \begin{pmatrix}-2\\7\end{pmatrix} determine la base WW, sabiendo que W={(x2y),(y3x)}W = \left\{ \begin{pmatrix}x\\2y\end{pmatrix}, \begin{pmatrix}-y\\-3x\end{pmatrix} \right\}

  2. Sea [V]S=(122)[V]_S = \begin{pmatrix}-\frac{1}{2}\\2\end{pmatrix} y [V]W=(37)[V]_W = \begin{pmatrix}-3\\7\end{pmatrix}, sabiendo que W={(3y),(x5)}W = \left\{ \begin{pmatrix}3\\y\end{pmatrix}, \begin{pmatrix}x\\5\end{pmatrix} \right\} y S={(10),(01)}S = \left\{ \begin{pmatrix}1\\0\end{pmatrix}, \begin{pmatrix}0\\1\end{pmatrix} \right\}, determine: a) WW b) Matriz de transición de la base SS hacia WW c) Matriz de transición de la base WW hacia SS.

  3. Calcular las coordenadas de V=(233)V = \begin{pmatrix} -2 \\ 3 \\ 3 \end{pmatrix} en términos de base H={(123),(221),(114)}H = \left\{ \begin{pmatrix} 1 \\ -2 \\3 \end{pmatrix}, \begin{pmatrix}2 \\ -2 \\ -1 \end{pmatrix}, \begin{pmatrix}1\\1\\4\end{pmatrix} \right\}. Calcule V||V|| y VH||V_H||. ¿Porué VVH||V|| \ne ||V_H||?

Rango y Nulidad de una matriz

  1. Determine el valor de kk para que la matriz MM tenga V=2V=2
M=[1114313k15579]Mk=53 M = \begin{bmatrix}1&-1&1&4\\3&-1&3k&1\\5&-5&7&9\end{bmatrix} \therefore |M| \rightarrow k = \frac{5}{3} M=[121431515579]2R2+R15R2+R3[10952501251150000]x=95z+25wy=25z+115wzRwRz[952510],w=[254501]:V=2 M = \begin{bmatrix}1&-2&1&4\\3&-1&5&1\\5&-5&7&9\end{bmatrix} \underrightarrow{2R_2 + R_1 \\ -5R_2 + R_3} \begin{bmatrix}1&0&\frac{9}{5}&-\frac{2}{5}\\0&1&\frac{2}{5} & -\frac{11}{5} \\ 0&0&0&0\end{bmatrix} \\ \therefore \\ x = -\frac{9}{5}z + \frac{2}{5}w \\ y = -\frac{2}{5}z + \frac{11}{5}w \\ z \in R \\ w \in R \\ \therefore \\ z\begin{bmatrix}-\frac{9}{5} \\ -\frac{2}{5}\\1\\0\end{bmatrix}, w = \begin{bmatrix}\frac{2}{5}\\\frac{4}{5}\\0\\1\end{bmatrix} : V = 2
  1. Encuentre todos los valores posibles del rango de la matriz AA y P(A)P(A), si kk es una variable.
A=[12k24k2k21],Ak={12 A = \begin{bmatrix}1&2&k\\-2&4k&2\\k&-2&1\end{bmatrix}, |A| \rightarrow k = \begin{cases}-1\\2\end{cases}

K = -1

[121242121]2R1+R2R1+R2[121000000]x=2y+zyRzR[xyz]=[2y+zyz]y[210],z[101]V(A)=2,P(A)=1 \begin{bmatrix}1&2&-1\\-2&-4&2\\-1&-2&1\end{bmatrix} \underrightarrow{2R_1 + R-2 \\ R_1 + R_2} \begin{bmatrix}1&2&-1\\0&0&0\\0&0&0\end{bmatrix} \\ \therefore \\ x = -2y + z \\ y \in R \\ z \in R\\ \therefore \\ \begin{bmatrix}x\\y\\z\end{bmatrix} = \begin{bmatrix}-2y+z\\y\\z\end{bmatrix} \therefore y\begin{bmatrix}-2\\1\\0\end{bmatrix}, z\begin{bmatrix}1\\0\\1\end{bmatrix}\\V(A)= 2, P(A) = 1

K = 2

[122282221]2R1+R22R1+R3[1220128063]112R2[1220123063]2R2+R16R2+R3[10230023001]23R3+R123R3+R2[1010112001]x=2y=12zz=0[xyz]=[212z0]=z[1120] \begin{bmatrix}1&2&2\\-2&8&2\\2&-2&1\end{bmatrix} \underrightarrow{2R_1 + R_2 \\ -2R_1 + R_3} \begin{bmatrix}1&2&2\\0&12&8\\0&-6&-3\end{bmatrix} \underrightarrow{ \frac{1}{12}R_2 } \\ \begin{bmatrix}1&2&2\\0&1&\frac{2}{3}\\0&-6&-3\end{bmatrix} \underrightarrow{ -2R_2 + R_1 \\ 6R_2+R_3 } \begin{bmatrix}1&0&\frac{2}{3}\\0&0&\frac{2}{3}\\0&0&1\end{bmatrix} \underrightarrow{-\frac{2}{3}R_3 + R_1 \\ - \frac{2}{3}R_3 + R_2} \\ \begin{bmatrix}1&0&1\\0&1&\frac{1}{2}\\0&0&1\end{bmatrix} \\ \therefore \\ x = 2 \\ y = -\frac{1}{2}z \\ z = 0 \\ \therefore \\ \begin{bmatrix}x\\y\\z\end{bmatrix} = \begin{bmatrix}-2\\-\frac{1}{2}z \\0\end{bmatrix} = z\begin{bmatrix}-1\\-\frac{1}{2}\\0\end{bmatrix}

Examen Parcial

Todos los polinomios de 3er grado como maximo, con numeros enteros como coeficientes, no son un subespacio de V=P3V = P_3

Falso. Esto se puede comprobar si usamos u+vu + v y cucu

u+v=10x3+4x2+15x+13Si cumple con la condicioˊncu=14(3x3+4x2+x+10)=34x3+x2+52No cumple con la condicioˊn u + v = 10x^3 + 4x^2 + 15x + 13 \therefore \text{Si cumple con la condición}\\ cu = \frac{1}{4} (3x^3 + 4x^2 + x + 10) = \frac{3}{4}x^3 + x^2 + \frac{5}{2} \therefore \text{No cumple con la condición}

[35]\begin{bmatrix}3 \\ 5\end{bmatrix} esta en el espacio generado por {[11],[24]}\{\begin{bmatrix}1 \\ 1\end{bmatrix} , \begin{bmatrix}2 \\ 4\end{bmatrix}\}

Al obtener la combinación lineal del espacio, obtenemos que C1=1C_1 = 1 y C2=1C_2 = 1, por ende es verdadero.

Los polinomios {3,2x,x2}\{3,2x,-x^2\} son linealmente dependientes

Al obtener el determinante de la matriz formada por los elementos dados, obtenemos que este tiene un valor de 6, y al ser diferente de 0, son linealmente independientes.

Cualesquiera 3 vectores en R3R^3 forman una base para R3R^3

Verdadero, la condición de r=mr=m se cumple pero no garantiza que cada determinante formado sea diferente a 0, haciéndola linealmente independiente.

Una base en un espacio vectorial es unica.

Falso, Un espacio vectorial puede tener muchas bases diferentes. Una base de un espacio vectorial es simplemente un conjunto de vectores que son linealmente independientes y que abarcan el espacio vectorial. Hay infinitas formas de elegir este conjunto de vectores, por lo que hay infinitas bases posibles para un espacio vectorial dado. Sin embargo, todas las bases de un espacio vectorial particular tendrán el mismo número de elementos, que es la dimensión del espacio vectorial.

La matriz de transición de la base {[10],[01]}\{\begin{bmatrix}1 \\ 0\end{bmatrix}, \begin{bmatrix}0 \\ 1\end{bmatrix}\} a la base {[11],[34]}\{ \begin{bmatrix}1 \\ 1\end{bmatrix}, \begin{bmatrix}3 \\ 4\end{bmatrix} \} es [40311]\begin{bmatrix}4&0\\3 \\ 1&1\end{bmatrix}

Falso, esto se debe a que la base vieja es la matriz de identidad, por lo cual para encontrar la matriz de transición, se debe de calcular la inversa de la base nueva. Obteniendo:

[1314]1=[4311] \begin{bmatrix} 1 & 3 \\ 1 & 4 \end{bmatrix}^{-1} = \begin{bmatrix} 4 & -3 \\ -1&1 \end{bmatrix}

Si [X]B=[32][X]_B = \begin{bmatrix}3 \\ 2\end{bmatrix} y B={[11],[24]}B=\{ \begin{bmatrix}1 \\ 1\end{bmatrix}, \begin{bmatrix}2 \\ 4\end{bmatrix} \} entonces x=[711]x = \begin{bmatrix}7 \\ 11\end{bmatrix}

Verdadero, este se comprueba obteniendo la compinación lineal de la base y el vector. Obteniendo el valor propuesto.

Actividad 2.1 Subespacios y combinación lineal

Todos los polinomios de grado 3 como maximo y numeros enteros como coeficientes es un subespacio de P3

Sí, el conjunto de todos los polinomios de grado 3 como máximo con coeficientes enteros es un subespacio del espacio de polinomios P3.

Es (4,2,6)(4,2,6) una combinación lineal de u=(1,1,3)u = (1, -1, 3) y v=(2,4,0)v = (2,4,0)

Si, el resolver la ecuación, obtenemos que C1=2C_1 = 2 y C2=1C_2 = 1

Exprese la siguiente combinación lineal u=(2,1,4)u = (2 , 1, 4), v=(1,1,3)v = (1,-1,3) y w=(3,2,5)w = (3,2,5)

[213112435]1[223]=[121212]C1=C3=12,C2=12 \begin{bmatrix} 2 & 1 & 3 \\ 1 & -1 & 2 \\ 4 & 3 & 5 \end{bmatrix}^{-1} \begin{bmatrix} 2 \\ 2 \\ 3 \end{bmatrix} = \begin{bmatrix} \frac{1}{2} \\ -\frac{1}{2} \\\frac{1}{2} \end{bmatrix} \\ \therefore C_1 = C_3 = \frac{1}{2}, C_2 = -\frac{1}{2}

Exprese la siguiente combinación lineal: P1=2+x+4x2P_1 = 2 + x + 4x^2, P2=1x+3x2P_2 = 1 - x + 3x^2 y P3=3+2x+5x2P_3 = 3 + 2x + 5x^2, dando 2+6x22 + 6x^2

2a+b+3c=2ab+2c=04a+3b+5c=6 \begin{align*} 2a + b + 3c &= 2 \\ a - b + 2c &= 0 \\ 4a + 3b + 5c &= 6 \end{align*}

Resolviendo este sistema, encontramos que a=1, b=−1 y c=1. Por lo tanto, 2+6x2 puede ser escrito como una combinación lineal de P1​, P2​ y P3​, es decir, 2+6x2=P1​−P2​+P3​.

Actividad 2.2 Dependencia e independencia lineal y espacio generado

Determine el espacio generado por u=(1,1,1)u = (1, 1, -1) y v=(2,3,5)v = (2 ,3, 5).

au+bvau+bv Donde aa y bb son escalares. En otras palabras, el espacio generado por uu y vv es el conjunto de todos los vectores que pueden obtenerse sumando múltiplos de uu y vv. Por lo tanto consiste en todos los vectores de la forma (a+2b,a+3b,a+5b)(a+2b,a+3b,−a+5b).

Determina si el vector es linealmente dependiente, en caso de serlo, exprese un vector como combinación lineal de los demás.

{(1,2,3,1),(2,4,6,2)} \{ (1,-2,3,-1), (-2,4,-6,2)\}

Se puede hacer la multiplicación manualmente, siendo C1=2C_1 = -2, obteniendo (2,4,6,2)(-2,4,-6,2)

{t2+1,t2,t+3} \{ t^2 + 1, t - 2, t + 3 \}

Estos no son linealmente dependientes, ya que la combinación de los vectores t2t -2 y t+3t+3 va a resultar en un vector cuyo valor exponente de tt va a requerir un 1, siendo totalmente diferente e imposible de obtener a base de t2+1t^2 + 1

Actividad 2.3 Bases y dimensión

Explique por qué los siguientes conjuntos no pueden ser bases de los espacios vectoriales indicados.

(3,2),(6,4){(3,-2), (6,-4)} para R2R^2: Los vectores son linealmente dependientes (el segundo es el doble del primero), por lo que no pueden formar una base para R2R^2, que requiere 2 vectores linealmente independientes.

(1,3),(4,1),(1,1){(1,3), (4,1), (1,1)} para R2R^2: Hay 3 vectores en R2R^2, que es de dimensión 2. Por lo tanto, estos vectores son linealmente dependientes y no pueden formar una base.

(0,0),(1,3){(0,0), (1,3)} para R2R^2: El vector (0,0)(0,0) es el vector cero, que no puede ser parte de una base ya que no contribuye a la generación del espacio.

(1,0,1),(2,1,3),(4,2,6){(1,0,1), (2,-1,3), (-4,2,-6)} para R3R^3: Los vectores son linealmente dependientes (el tercer vector es el doble del segundo vector restado del primer vector), por lo que no pueden formar una base para R3R^3, que requiere 3 vectores linealmente independientes.

(1,1,1),(2,1,3),(5,0,0),(1,2,4){(1,1,1), (2,1,3), (5,0,0), (-1,-2,4)} para R3R^3: Hay 4 vectores en R3R^3, que es de dimensión 3. Por lo tanto, estos vectores son linealmente dependientes y no pueden formar una base.

(1,4),(3,1,2),(2,4,5){(1,4), (3,1,2), (2,4,5)} para R3R^3: Los vectores no están en R3R^3 ya que no tienen tres componentes.

(4,3,2),(1,0,5),(2,7,1){(4,3,2), (-1,0,5), (2,7,1)} para R4R^4: Solo hay 3 vectores en R4R^4, que es de dimensión 4. Se requieren 4 vectores para formar una base en R4R^4.

Demuestre que el subespacio de R3R^3 generado por los vectores (1,2,1),(2,1,0),(1,4,3){(-1,2,1), (2,-1,0), (1,4,3)} es un subespacio de dos dimensiones de R3R^3. Proporciona una base para este subespacio.

Observamos que el tercer vector (1,4,3) es igual a la suma del primer vector (−1,2,1) y el segundo vector (2,−1,0). Por lo tanto, estos vectores son linealmente dependientes. Dado que uno de los vectores puede ser escrito como una combinación lineal de los otros dos, el conjunto de vectores (−1,2,1),(2,−1,0),(1,4,3) no puede formar una base para R3

Determina una base para el siguiente subespacio de R4R^4, asi como indicar la dimensión de cada subespacio: (a,b,a+b,a-b)

Al ser linealmente independientes, la base es la misma a los vectores proporcionados: (1,0,1,1),(0,1,1,1){ (1,0,1,1),(0,1,1,−1)}, siendo la dimensión de 2.

Tercer Parcial

Guia del Parcial

Alt text

Alt text

Alt text

Alt text

Alt text

Alt text

Alt text

Alt text

Alt text

Alt text

Examen Parcial

Sea T:R2P2T:R^2 \rightarrow P_2 tal que T[11]=1+2xT\begin{bmatrix} 1 \\ 1 \end{bmatrix} = 1 + 2x y T[12]=x2x2T\begin{bmatrix} 1 \\ 2 \end{bmatrix} = x - 2x^2

Encuentre T[ab]T\begin{bmatrix} a \\ b \end{bmatrix}
[11a12b][102ab01ba]{C1=2abC2=baT[ab]=(2ab)[021]+(ba)[210]=[2b2a3ab2ab] \begin{bmatrix} 1 & 1 & a \\ 1 & 2 & b \end{bmatrix} \rightarrow \begin{bmatrix} 1 & 0 & 2a-b \\ 0 & 1 & b-a \end{bmatrix} \therefore \begin{cases} C_1 = 2a - b \\ C_2 = b - a \end{cases} \\ \therefore \\ T\begin{bmatrix} a \\ b \end{bmatrix} = (2a-b)\begin{bmatrix}0 \\ 2 \\ 1\end{bmatrix} + (b-a) \begin{bmatrix}-2\\1\\0\end{bmatrix} = \begin{bmatrix}2b-2a\\3a-b\\2a-b\end{bmatrix}
Use el resultado anterior para encontrar ATA_T relativa a la base B={[11],[13]}B = \{\begin{bmatrix}1 \\ -1\end{bmatrix}, \begin{bmatrix}1 \\3\end{bmatrix}\}
T[B]={[443],[231]}AT=[424331] T[B] = \{ \begin{bmatrix}4 \\ 4 \\ 3\end{bmatrix} , \begin{bmatrix}-2\\3\\1\end{bmatrix}\} \therefore A_T = \begin{bmatrix}4 & -2 \\ 4 &3\\3&1\end{bmatrix}
Use ATA_T para calcular T[23]T\begin{bmatrix}-2\\3\end{bmatrix}
T[23]=AT[23]=[1413] T\begin{bmatrix} -2 \\3 \end{bmatrix} = A_T \begin{bmatrix} -2 \\ 3 \end{bmatrix} = \begin{bmatrix} -14 \\ 1 \\ -3 \end{bmatrix}
Encuentre el núcleo, imagen, rango y nuladidad de la transformación.

Determine si la matriz A=[7241]A = \begin{bmatrix}7 & 2 \\ -4 & 1\end{bmatrix} es diagnosable. De ser así, encuentre una matriz CC tal que AC=CBAC = CB

p(λ)=λ2tr(A)λ+det(A)=λ28λ+15λ28λ+15=0{λ1=5λ2=3C=[5003] p(\lambda) = \lambda^2 - tr(A)\lambda + det(A) = \lambda^2 - 8\lambda + 15 \\ \lambda^2 - 8\lambda + 15 = 0 \therefore \begin{cases} \lambda_1 = 5 \\ \lambda_2 = 3 \end{cases} \therefore C = \begin{bmatrix}5 & 0 \\ 0 & 3\end{bmatrix}

Para λ=5\lambda = 5

A5I=[2242]{x=yyR{x=1y=1 A - 5I = \begin{bmatrix} 2 & 2 \\ -4 & -2 \end{bmatrix} \therefore \begin{cases} x = -y \\ y \in \R \end{cases} \rightarrow \begin{cases} x = -1 \\ y = 1 \end{cases}

Para λ=3\lambda = 3

A3I=[4242]{x=12yyR{x=1y=2 A - 3I = \begin{bmatrix} 4 & 2 \\ -4 & -2 \end{bmatrix} \therefore \begin{cases} x = -\frac{1}{2}y \\ y \in \R \end{cases} \rightarrow \begin{cases} x = -1\\ y = 2 \end{cases} B=[1112] \therefore B = \begin{bmatrix} -1 & -1 \\ 1 & 2 \end{bmatrix}

Gráfica la desigualdad

x0y02x+4y82x+y6 x \ge 0\\ y \ge 0\\ 2x+4y\ge 8\\ 2x+y \ge 6

Alt text

Actividad 3.1 Programación lineal

Un fabricante de esquís los elabora de dos tipos: de descenso o de traviesa. Utilice la siguiente tabla para determinar cuántos esquís de cada clase debe de producir para alcanzar la máxima ganancia. ¿Cuánto es la máxima ganancia? ¿Cuál sería la ganancia máxima si el tiempo de manufactura disponible máximo se aumenta a 48 horas?

Descenso Campo Traviesa Tiempo disponible máximo
Tiempo de manufactura por esquí 2 horas 1 hora 40 horas
Tiempo de acabados por esquí 1 hora 1 hora 32 horas
Ganancia por esquí $70 $50
x=Esquıˊ de Descansoy=Esquıˊ de TraviesaFuncioˊn Objetivo=f(x,y)=70x+50yRestricciones={2x+y40x+y32{y=0:x=20,x=0:y=40y=0:x=32,x=0:y=32402x=32xx=8Puntos=[(0,32),(0,40),(8,24),(20,0),(32,0)]f(Puntos)=[1600,2000,1760,1400,2240] x = \text{Esquí de Descanso}\\ y = \text{Esquí de Traviesa}\\ \text{Función Objetivo} = f(x,y) = 70x + 50y\\ \text{Restricciones} = \begin{cases} 2x + y \le 40\\ x + y \le 32 \end{cases} \rightarrow \begin{cases} y = 0: x = 20, x = 0: y = 40\\y = 0: x = 32, x = 0: y = 32 \end{cases} \\ 40 - 2x = 32 - x \rightarrow x = 8\\ \text{Puntos} = [(0,32), (0,40), (8,24), (20,0), (32,0)]\\ f(\text{Puntos}) = [1600, 2000, 1760, 1400, 2240]

Una pequeña granja de illinois dispone de 100 ares para cultivar maíz y soya. En la siguiente tabla se muestran el costo de cultivo por acre, el costo de mano de obra por acre y la ganancia esperada por acre. En la columna derecha se muestra la cantidad de dinero disponible para cada uno de esos gastos. Encuentre el número de acres que se deben plantar de cada cultivo con el fin de maximizar la ganancia.

Soya Maíz Dinero disponible
Costo de cultivo por acre $40 $ 60 $1800
Costo de mano de obra por acre $60 $60 $2400
Ganancia esperada por acre $200 $250
x=Soyay=MaıˊzFuncioˊn Objetivo=f(x,y)=200x+250yRestricciones={40x+60y180060x+60y2400{y=0:x=30,x=0:y=45y=0:x=40,x=0:y=40304060x=40xx=30Puntos=[(0,30),(0,40),(30,10),(40,0),(45,0)]f(Puntos)=[7500,10000,8500,8000,9000] x = \text{Soya}\\ y = \text{Maíz}\\ \text{Función Objetivo} = f(x,y) = 200x + 250y\\ \text{Restricciones} = \begin{cases} 40x + 60y \le 1800\\ 60x + 60y \le 2400 \end{cases} \rightarrow \begin{cases} y = 0: x = 30, x = 0: y = 45\\y = 0: x = 40, x = 0: y = 40 \end{cases} \\ 30 - \frac{40}{60}x = 40 - x \rightarrow x = 30\\ \text{Puntos} = [(0,30), (0,40), (30,10), (40,0), (45,0)]\\ f(\text{Puntos}) = [7500, 10000, 8500, 8000, 9000 ]

Actividad 3.2 Transformaciones lineales I

Determina si T[ab]=[ab02]T\begin{bmatrix}a \\b \end{bmatrix} = \begin{bmatrix}a & b \\ 0 & 2\end{bmatrix} es lineal.

No lo es debido a que cualquier suma de [ab02]\begin{bmatrix} a & b \\ 0 & 2 \end{bmatrix} independientemente de los valores de aa y bb dará una matriz [xy04]\begin{bmatrix} x & y \\ 0 & 4 \end{bmatrix}

Sea T:P2P1T:P_2 \rightarrow P_1 la transformación lineal tal que {T(1+x+x2)=1+3xT(1+xx2)=3+2xT(1x+x2)=1+2x\begin{cases}T(1 + x + x^2) = -1 + 3x \\T(1 + x - x^2) = -3 + 2x \\T(1 - x + x^2) = 1 + 2x\end{cases}. Determine T(a+bx+cx2)T(a + bx + cx^2) y T(25+15x10x2)T(-25 + 15x - 10x^2)

Actividad 3.4 Eigenvalores y eigenvectores

Determina el polinomio característico de [121012121]\begin{bmatrix}1 & 2 & 1 \\ 0 & 1 & 2 \\ -1 & 2 & 1\end{bmatrix}

Determina el polinomio característico de [4233]\begin{bmatrix}4&2\\3&3\end{bmatrix}

Determina el polinomio característico, los valores propios y los valores propios de cada matriz de [223032012]\begin{bmatrix}2 & -2 & 3\\0&3&-2\\0&-1&2\end{bmatrix}

Determina la base para el espacio propio de [4200330000250002]\begin{bmatrix}4&2&0&0\\3&3&0&0\\0&0&2&5\\0&0&0&2\end{bmatrix} dado λ=2\lambda = 2

Comentarios